Fixed build.sh

This commit is contained in:
pelya
2010-11-23 13:28:40 +02:00
parent 4b34d1b992
commit 12b65b85c5

View File

@@ -15,5 +15,5 @@ if ( grep "package $AppFullName;" project/src/Globals.java > /dev/null && [ "`re
touch project/src/Globals.java
fi
cd project && env PATH=$NDKBUILDPATH nice -n10 ndk-build -j2 V=1 && ant `test -n "-$1" && echo release || echo debug` && cd bin && adb install -r DemoActivity-debug.apk
cd project && env PATH=$NDKBUILDPATH nice -n10 ndk-build -j2 V=1 && ant `test -n "$1" && echo release || echo debug` && cd bin && adb install -r DemoActivity-debug.apk