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

Commit 76704158 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

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

* commit '61cf1df7':
  jdk error message should not mention the version
parents 04a68914 61cf1df7
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