Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60ef9d5b authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "jdk error message should not mention the version"

parents 05192e5a 22e3835e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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