am 61cf1df7: am 60ef9d5b: Merge "jdk error message should not mention the version"

* commit '61cf1df7edbb9d52a6f151b011633b2859213c35':
  jdk error message should not mention the version
This commit is contained in:
Ying Wang 2014-03-11 18:52:31 +00:00 committed by Android Git Automerger
commit 04691b3947

View file

@ -372,7 +372,7 @@ endif
ifneq ($(HOST_JDK_TOOLS_JAR),)
ifeq ($(wildcard $(HOST_JDK_TOOLS_JAR)),)
$(error Error: could not find jdk tools.jar, please install JDK6)
$(error Error: could not find jdk tools.jar, please check if your JDK was installed correctly)
endif
endif