commit 20bf4c7ec6cff875fac6bc75289cb52636ab2975 Author: Nathan Freitas nathan@freitas.net Date: Wed May 13 11:55:41 2015 -0400
update Makefile --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/Makefile b/external/Makefile index cd29195..b32fb91 100644 --- a/external/Makefile +++ b/external/Makefile @@ -24,7 +24,7 @@ endif # Android NDK setup NDK_BASE ?= /opt/android-ndk NDK_PLATFORM_LEVEL ?= 16 -NDK_TOOLCHAIN_VERSION=4.9 +NDK_TOOLCHAIN_VERSION=4.8 APP_ABI ?= armeabi NDK_ABI ?= $(APP_ABI) ifneq ($(filter arm%, $(APP_ABI)),)
tor-commits@lists.torproject.org