commit e24ae6cb0720cc4aba4996713c404296f2e6df88 Author: Nathan Freitas nathan@freitas.net Date: Thu Jan 9 21:15:23 2014 -0500
update Makefile - try building with older toolchain --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/Makefile b/external/Makefile index 5efe8e6..cef047c 100644 --- a/external/Makefile +++ b/external/Makefile @@ -29,7 +29,7 @@ APP_ABI=armeabi APP_PLATFORM := android-$(shell sed -n 's,.*android:minSdkVersion="([0-9][0-9]*)".*,\1,p' \ $(EXTERNAL_ROOT)/../AndroidManifest.xml) NDK_SYSROOT=$(NDK_BASE)/platforms/$(APP_PLATFORM)/arch-$(NDK_ABI) -NDK_TOOLCHAIN_VERSION=4.7 +NDK_TOOLCHAIN_VERSION=4.6 NDK_UNAME := $(shell uname -s | tr '[A-Z]' '[a-z]') ifeq ($(NDK_ABI),x86) HOST = i686-linux-android
tor-commits@lists.torproject.org