diff options
author | Parménides GV <parmegv@sdf.org> | 2015-06-17 08:57:44 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2016-04-02 11:42:27 +0200 |
commit | ed730602635d3890eb167f15f09a827e38582256 (patch) | |
tree | aaec97d0dd9db8437cef2fc3c3f0422fe2af1290 | |
parent | 111cfcf8e42febb5f38d3f31ef6bd6b0474b49c2 (diff) |
Saving some time, only compile mips
Reproducible build fails only with mips architecture, so I disable
everything else to shorten waiting time between fixes.
-rw-r--r-- | main/jni/Application.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/jni/Application.mk b/main/jni/Application.mk index 9ecbf2e1..149418f8 100644 --- a/main/jni/Application.mk +++ b/main/jni/Application.mk @@ -1,4 +1,4 @@ -APP_ABI := arm64-v8a armeabi armeabi-v7a mips x86 x86_64 +APP_ABI := mips APP_PLATFORM := android-14 APP_STL:=stlport_static @@ -8,4 +8,4 @@ APP_STL:=stlport_static #LOCAL_ARM_MODE := arm -#NDK_TOOLCHAIN_VERSION=clang
\ No newline at end of file +#NDK_TOOLCHAIN_VERSION=clang |