[tor-commits] [orbot/master] revert back to NDK toolchain 4.8 since it is more stable

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Nov 7 05:29:23 UTC 2016


commit 540db0f00bcaa0c0e6cc7d7bd283a19438c4de75
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Nov 7 00:23:19 2016 -0500

    revert back to NDK toolchain 4.8 since it is more stable
---
 external/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/Makefile b/external/Makefile
index fc96ead..84da1c1 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -24,7 +24,7 @@ endif
 # Android NDK setup
 ANDROID_NDK_HOME ?= /opt/android-ndk
 NDK_PLATFORM_LEVEL ?= 16
-NDK_TOOLCHAIN_VERSION=4.9
+NDK_TOOLCHAIN_VERSION=4.8
 APP_ABI ?= armeabi
 NDK_ABI ?= $(APP_ABI)
 





More information about the tor-commits mailing list