commit | d30905cab08584585062af1f48180b04b72d19c9 | [log] [tgz] |
---|---|---|
author | Chris Wren <cwren@android.com> | Fri Mar 07 20:45:56 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 07 20:45:56 2014 +0000 |
tree | cbd1e4cbba55c6e3fd0945e4617014202e18c23f | |
parent | 45df929d075d9f1912d3761bd3e482b5e9fb6bb5 [diff] | |
parent | 1f11575b7c01e4ccfb8b8796cd81e65e3b411245 [diff] |
Merge "jdk error message should not mention the version"
diff --git a/core/config.mk b/core/config.mk index 6217f2b..5cfa857 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -375,7 +375,7 @@ 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