[tor-commits] [orbot/master] just go back to basic arm and x86 builds
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon Nov 7 05:29:23 UTC 2016
commit 73e9ac820e6efe3b6fe51ed3871a22ad3fe5082f
Author: Nathan Freitas <nathan at freitas.net>
Date: Mon Nov 7 00:19:43 2016 -0500
just go back to basic arm and x86 builds
other builds and new ndk toolchain is causing crashes
---
orbotservice/src/main/jni/Application.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/orbotservice/src/main/jni/Application.mk b/orbotservice/src/main/jni/Application.mk
index 5f3200f..554a462 100644
--- a/orbotservice/src/main/jni/Application.mk
+++ b/orbotservice/src/main/jni/Application.mk
@@ -1,4 +1,4 @@
-APP_ABI := armeabi armeabi-v7a arm64-v8a x86
+APP_ABI := armeabi x86
APP_PLATFORM := android-16
APP_STL := stlport_static
-NDK_TOOLCHAIN_VERSION := 4.9
+NDK_TOOLCHAIN_VERSION := 4.8
More information about the tor-commits
mailing list