OSDN Git Service

jdk error message should not mention the version
authorChris Wren <cwren@android.com>
Fri, 7 Mar 2014 19:51:56 +0000 (14:51 -0500)
committerChris Wren <cwren@android.com>
Fri, 7 Mar 2014 20:21:08 +0000 (15:21 -0500)
the version is checked elsewhere

Bug: 13362810
Change-Id: I91e322780d8422ae78b9a4dc8ee008b99f860404

core/config.mk

index 57076ac..fee5705 100644 (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