commit 3be93a0eaf0eb67da8e20edb3abfb440fd6f0732 Author: Nathan Freitas nathan@freitas.net Date: Tue Jan 26 18:20:45 2016 -0500
only build for x86 and armeabi --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jni/Application.mk b/jni/Application.mk index 7d4d00d..554a462 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,4 @@ -APP_ABI := armeabi armeabi-v7a arm64-v8a mips x86 +APP_ABI := armeabi x86 APP_PLATFORM := android-16 APP_STL := stlport_static NDK_TOOLCHAIN_VERSION := 4.8
tor-commits@lists.torproject.org