OSDN Git Service

String literal change.
authorYing Wang <wangying@google.com>
Wed, 22 Sep 2010 19:56:13 +0000 (12:56 -0700)
committerYing Wang <wangying@google.com>
Wed, 22 Sep 2010 20:06:34 +0000 (13:06 -0700)
Change-Id: Ic1289ee3abb184b4617aa42c28e6eca812600463

core/find-jdk-tools-jar.sh
core/main.mk

index 4c40627..e772a15 100755 (executable)
@@ -3,7 +3,7 @@ if [ "x$ANDROID_JAVA_HOME" != x ] && [ -e "$ANDROID_JAVA_HOME/lib/tools.jar" ] ;
 else
     JAVAC=$(which javac)
     if [ -z "$JAVAC" ] ; then
-       echo "Please-install-JDK-5.0,-update-12-or-higher,-which-you-can-download-from-java.sun.com"
+       echo "Please-install-JDK-6.0,-which-you-can-download-from-java.sun.com"
        exit 1
     fi
     while [ -L $JAVAC ] ; do
index 440e0cc..be74e38 100644 (file)
@@ -75,7 +75,7 @@ build_arch := $(shell uname -m)
 ifneq (64,$(findstring 64,$(build_arch)))
 $(warning ************************************************************)
 $(warning You are attempting to build on a 32-bit system.)
-$(warning Only 64-bit build environments are supported now.)
+$(warning Only 64-bit build environments are supported beyond froyo/2.2.)
 $(warning ************************************************************)
 $(error stop)
 endif