aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-02-22 05:48:46 -0800
committerJean-Baptiste Queru <jbq@google.com>2013-02-22 05:48:46 -0800
commitbcdfe1b5d4616df4f1070deed6c478dca674121f (patch)
treefb6ef4ff263c250bcbd8fc6e6c353ae89d2570b4
parent7d4e450ebc6144e7a74263cadd1e9e77e5b9ca63 (diff)
downloadbuild-froyo.tar.gz
Loosen check for Java version, so we can build with 1.6froyo
Change-Id: I8ba184eb9d40b4412f93e891ee14dd8dafac3f03
-rw-r--r--core/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/main.mk b/core/main.mk
index 11f234e57d..2349924f03 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -114,7 +114,7 @@ $(info $(space))
$(info Please follow the machine setup instructions at)
$(info $(space)$(space)$(space)$(space)http://source.android.com/download)
$(info ************************************************************)
-$(error stop)
+$(warning continuining anyway)
endif
# Check for the correct version of javac
@@ -130,7 +130,7 @@ $(info $(space))
$(info Please follow the machine setup instructions at)
$(info $(space)$(space)$(space)$(space)http://source.android.com/download)
$(info ************************************************************)
-$(error stop)
+$(warning continuining anyway)
endif
endif # windows