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

Commit 04691b39 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 34306a6d 61cf1df7
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