summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-27 06:22:33 +0200
committerSven Gothel <[email protected]>2012-03-27 06:22:33 +0200
commita9d1921bbaa10534f21ea26b1e35c08f9496f9d9 (patch)
tree88c684af0fbb2f19558d045a238a9ea1c983a774 /make/scripts
parent8d716a5e5581b3c011ee202de3021a6a34656f37 (diff)
disable BUILD_ARCHIVE in android cross script
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.joal.all.android-armv7-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.android-armv7-cross.sh b/make/scripts/make.joal.all.android-armv7-cross.sh
index 2503024..a79763d 100755
--- a/make/scripts/make.joal.all.android-armv7-cross.sh
+++ b/make/scripts/make.joal.all.android-armv7-cross.sh
@@ -85,7 +85,7 @@ export GLUEGEN_CPPTASKS_FILE=`pwd`/../../gluegen/make/lib/gluegen-cpptasks-andro
#export JUNIT_DISABLED="true"
#export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode"
-BUILD_ARCHIVE=true \
+# BUILD_ARCHIVE=true \
ant \
-Drootrel.build=build-android-armv7 \
$* 2>&1 | tee -a make.joal-armv7-cross.log