diff options
author | Parménides GV <parmegv@sdf.org> | 2014-10-10 11:09:07 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-10-10 11:09:07 +0200 |
commit | b82684020a657d410c62e7eca26d72b27cdc6561 (patch) | |
tree | b142a2493fa765b30274f966eefebae9910d8bee /app/jni/Application.mk | |
parent | e1914c01b836d5798f19a3e8dec1a25e064f9f19 (diff) |
Run build-native.sh on GNU/Linux, during preBuild
Diffstat (limited to 'app/jni/Application.mk')
-rw-r--r-- | app/jni/Application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/jni/Application.mk b/app/jni/Application.mk index f85269d8..b7af50cd 100644 --- a/app/jni/Application.mk +++ b/app/jni/Application.mk @@ -1,4 +1,4 @@ -APP_ABI := all32 +APP_ABI := arm64-v8a armeabi armeabi-v7a mips x86 x86_64 APP_PLATFORM := android-14 APP_STL:=stlport_shared |