diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-11-03 19:15:00 -0800 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-11-03 19:15:00 -0800 |
| commit | 7756b5bf1c2391235fd7ac8998498a41323eb2cd (patch) | |
| tree | 7b9adb13030c0c6eb0ed5f6be5c7f739921bd190 /java/jni/Application.mk | |
| parent | 172fc1052b736505ceceec0a9253bcfd181c7698 (diff) | |
| parent | eadeac0a42888a6f2fa53e2a802c6c4e43c055b3 (diff) | |
| download | infinitytier-7756b5bf1c2391235fd7ac8998498a41323eb2cd.tar.gz infinitytier-7756b5bf1c2391235fd7ac8998498a41323eb2cd.zip | |
Merge branch 'android-jni-dev' into edge
Diffstat (limited to 'java/jni/Application.mk')
| -rw-r--r-- | java/jni/Application.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/java/jni/Application.mk b/java/jni/Application.mk index 3118ec2e..608e94c0 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 - +NDK_TOOLCHAIN_VERSION := clang +APP_STL := c++_static +APP_CPPFLAGS := -O3 -fPIC -fPIE -fvectorize -Wall -fstack-protector -fexceptions -fno-strict-aliasing -Wno-deprecated-register -DZT_NO_TYPE_PUNNING=1 +APP_PLATFORM := android-14 +APP_ABI := all |
