[tor-commits] [orbot/master] update the build to target all arm types

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Nov 3 16:25:02 UTC 2016


commit 5927fb0123fcaf1e6d498c7a3b938aa85372a334
Author: Nathan Freitas <nathan at freitas.net>
Date:   Thu Nov 3 12:17:23 2016 -0400

    update the build to target all arm types
---
 orbotservice/src/main/jni/Application.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orbotservice/src/main/jni/Application.mk b/orbotservice/src/main/jni/Application.mk
index abc185b..146bb44 100644
--- a/orbotservice/src/main/jni/Application.mk
+++ b/orbotservice/src/main/jni/Application.mk
@@ -1,4 +1,4 @@
-APP_ABI      			:= armeabi
+APP_ABI      			:= armeabi armeabi-v7a arm64-v8a
 APP_PLATFORM 			:= android-23
 APP_STL      			:= stlport_static
 NDK_TOOLCHAIN_VERSION 	:= 4.9





More information about the tor-commits mailing list