Updated FHeroes2 to use symlink to external SVN and patch instead of putting files to Git
This commit is contained in:
+3
-1
@@ -53,5 +53,7 @@ for APP1 in project/jni/application/*/AndroidAppSettings.cfg; do
|
||||
OLDPATH="`pwd`"
|
||||
( cd project && nice -n5 $NDKBUILD -j2 V=1 && ant release && \
|
||||
jarsigner -verbose -keystore "$KEYSTORE" -storepass "$PASSWORD" bin/DemoActivity-unsigned.apk $ALIAS && \
|
||||
zipalign 4 bin/DemoActivity-unsigned.apk ../apk/$APP.apk && cd .. ) || exit 1
|
||||
zipalign 4 bin/DemoActivity-unsigned.apk ../apk/$APP.apk && \
|
||||
mkdir -p debuginfo/$APP && cp -f obj/local/armeabi/libapplication.so obj/local/armeabi/libsdl-*.so debuginfo/$APP &&
|
||||
cd .. ) || exit 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user