forked from openkylin/platform_build
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:
commit
1409fb9511
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue