commit ffda7698076c5d07956517928db62eb18b40e68c Author: n8fr8 nathan@freitas.net Date: Thu Oct 11 17:36:05 2018 -0400
update NDK build script --- orbotservice/src/main/jni/Application.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/orbotservice/src/main/jni/Application.mk b/orbotservice/src/main/jni/Application.mk index 9e5d89dd..d35e1e9c 100644 --- a/orbotservice/src/main/jni/Application.mk +++ b/orbotservice/src/main/jni/Application.mk @@ -1,4 +1,3 @@ APP_ABI := armeabi armeabi-v7a x86 APP_PLATFORM := android-16 -APP_STL := stlport_static -NDK_TOOLCHAIN_VERSION := 4.9 +APP_STL := c++_static
tor-commits@lists.torproject.org