Revert usage of ant release and remove the DEBUG define in the NDK makefile to remove the testsuite

This commit is contained in:
xawotihs
2016-07-19 22:24:26 +01:00
parent 775085eca1
commit a6211e371e
2 changed files with 2 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ if [ "$BUILD_ANDROID" = "YES" ]; then
android-ndk-r9/ndk-build -C projects/mtg/Android -j4
$ANDROID list targets
$ANDROID update project -t 1 -p projects/mtg/Android
ant release -f projects/mtg/Android/build.xml
ant debug -f projects/mtg/Android/build.xml
fi
# we're building a Qt version with GUI here