diff options
author | Sven Gothel <[email protected]> | 2012-03-27 06:22:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-27 06:22:33 +0200 |
commit | a9d1921bbaa10534f21ea26b1e35c08f9496f9d9 (patch) | |
tree | 88c684af0fbb2f19558d045a238a9ea1c983a774 /make/scripts | |
parent | 8d716a5e5581b3c011ee202de3021a6a34656f37 (diff) |
disable BUILD_ARCHIVE in android cross script
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.joal.all.android-armv7-cross.sh | 2 |
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 |