From 73e9ac820e6efe3b6fe51ed3871a22ad3fe5082f Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Mon, 7 Nov 2016 00:19:43 -0500 Subject: [PATCH] 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 5f3200fc..554a462d 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