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

Commit d30905ca authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "jdk error message should not mention the version"

parents 45df929d 1f11575b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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