disable android build mess for a bit

This commit is contained in:
benfry
2011-06-24 02:10:22 +00:00
parent f0e5e133b3
commit 99a3225657

View File

@@ -4,7 +4,7 @@
<property environment="env" />
<!-- oh ant, you're so cute and convoluted -->
<target name="build" depends="sdk_chatter,sdk_whining,actual_build" />
<target name="build" depends="sdk_chatter,actual_build" />
<target name="sdk_chatter" unless="env.ANDROID_SDK">
<echo message="ANDROID_SDK not set, skipping build of android-core.zip" />