From 540db0f00bcaa0c0e6cc7d7bd283a19438c4de75 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Mon, 7 Nov 2016 00:23:19 -0500 Subject: [PATCH] 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 fc96ead7..84da1c12 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)