From 4226f883d10f8ae14696c1ff2e79506d8a2c8b05 Mon Sep 17 00:00:00 2001 From: pelya Date: Wed, 18 Aug 2010 19:29:15 +0300 Subject: [PATCH] More fixes to RecompileAllApps.sh --- RecompileAllApps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/RecompileAllApps.sh b/RecompileAllApps.sh index 0e1870c57..491c886ec 100755 --- a/RecompileAllApps.sh +++ b/RecompileAllApps.sh @@ -38,5 +38,4 @@ for APP1 in project/jni/application/*/AppSettings.cfg; do ( cd project && nice -n5 ndk-build -j2 V=1 && ant release && \ jarsigner -verbose -keystore "$KEYSTORE" -storepass "$PASSWORD" bin/DemoActivity-unsigned.apk $ALIAS && \ zipalign 4 bin/DemoActivity-unsigned.apk ../$APP.apk && cd .. ) || exit 1 - exit 0 done