Update to build all ABIs by default

This commit is contained in:
sum2012 2016-02-13 06:42:47 +08:00
parent 8e82a698ff
commit 39d3147c9b

View File

@ -1,3 +1,3 @@
set ANDROID_HOME=path/to/android-sdk/ set ANDROID_HOME=path/to/android-sdk/
set NDK=path/to/android-ndk/ set NDK=path/to/android-ndk/
ant release -Dndkbuildopt="APP_ABI=armeabi-v7a -j6" ant release -Dndkbuildopt="-j6"