More fixes to RecompileAllApps.sh

This commit is contained in:
pelya
2010-08-18 19:29:15 +03:00
parent 473c66bbac
commit 4226f883d1

View File

@@ -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