From e4fb7ccd9bb17f90670059992b07c908464c7952 Mon Sep 17 00:00:00 2001 From: Jeff Hamilton Date: Wed, 9 Jun 2010 16:56:39 -0500 Subject: [PATCH] Make the Java version check non-fatal to aid in the switch to 1.6 on the build servers. Change-Id: Ieb0779ef54cdfa921a8dbfb1041536f8969d22e4 --- core/main.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/main.mk b/core/main.mk index 2655b067d..ea8b66b9c 100644 --- a/core/main.mk +++ b/core/main.mk @@ -117,7 +117,7 @@ $(info $(space)) $(info Please follow the machine setup instructions at) $(info $(space)$(space)$(space)$(space)http://source.android.com/download) $(info ************************************************************) -$(error stop) +#$(error stop) endif # Check for the correct version of javac @@ -133,7 +133,7 @@ $(info $(space)) $(info Please follow the machine setup instructions at) $(info $(space)$(space)$(space)$(space)http://source.android.com/download) $(info ************************************************************) -$(error stop) +#$(error stop) endif endif # windows