commit 70693bfc6a47ca92393f9ed5486234230aa66c6f Author: n8fr8 nathan@freitas.net Date: Sat Oct 14 12:18:57 2017 -0400
update to 4.9 NDK biuld --- 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 554a462d..20921781 100644 --- a/orbotservice/src/main/jni/Application.mk +++ b/orbotservice/src/main/jni/Application.mk @@ -1,4 +1,4 @@ APP_ABI := armeabi x86 APP_PLATFORM := android-16 APP_STL := stlport_static -NDK_TOOLCHAIN_VERSION := 4.8 +NDK_TOOLCHAIN_VERSION := 4.9
tor-commits@lists.torproject.org