Updated Commander Genius project

This commit is contained in:
pelya
2012-08-03 00:31:17 +03:00
parent 8050b58bec
commit 12919eecee
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ cd project && env PATH=$NDKBUILDPATH nice -n19 ndk-build V=1 -j$NCPU && \
`which ndk-build | sed 's@/ndk-build@@'`/toolchains/arm-linux-androideabi-4.4.3/prebuilt/$MYARCH/bin/arm-linux-androideabi-strip --strip-unneeded libs/armeabi/libapplication.so \
|| true ; } && \
ant debug && \
[ -n "`adb devices | tail -n +2`" ] && \
test -z "$1" && cd bin && \
{ adb install -r MainActivity-debug.apk | grep 'Failure' && \
adb uninstall `grep AppFullName ../../AndroidAppSettings.cfg | sed 's/.*=//'` && adb install -r MainActivity-debug.apk ; true ; } && \