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

* commit '7670415852747814f0a6b3480bf9a499c1fd5e75':
  jdk error message should not mention the version
This commit is contained in:
Ying Wang 2014-03-10 19:31:28 +00:00 committed by Android Git Automerger
commit 1409fb9511
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,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