diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-06-24 20:31:22 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-06-24 20:31:22 -0700 |
commit | bfb152f53f528934583ee76437453a005610a7ea (patch) | |
tree | de70d83a74c9aee770c60dfe639d2732ac49088b /java/jni | |
parent | 759d71037ef429c0277d8bebe16cc4ac1f426c45 (diff) | |
download | infinitytier-bfb152f53f528934583ee76437453a005610a7ea.tar.gz infinitytier-bfb152f53f528934583ee76437453a005610a7ea.zip |
configure the NDK to build all supported ABIs and package them up in the jar
Diffstat (limited to 'java/jni')
-rw-r--r-- | java/jni/Application.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/jni/Application.mk b/java/jni/Application.mk index 3118ec2e..8b6c8020 100644 --- a/java/jni/Application.mk +++ b/java/jni/Application.mk @@ -1,4 +1,5 @@ APP_ABI := armeabi armeabi-v7a arm64-v8a x86 APP_STL := gnustl_static -APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions -DZT_TRACE - +APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions +APP_PLATFORM := android-14 +APP_ABI := all |