From 22e3835e33964855578cb314b92113e2ddf2e1fa Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Fri, 7 Mar 2014 14:51:56 -0500 Subject: [PATCH] jdk error message should not mention the version the version is checked elsewhere Bug: 13362810 Change-Id: I91e322780d8422ae78b9a4dc8ee008b99f860404 --- core/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index 141fc7862f..9e30c7d260 100644 --- a/core/config.mk +++ b/core/config.mk @@ -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