revert back to NDK toolchain 4.8 since it is more stable

This commit is contained in:
Nathan Freitas 2016-11-07 00:23:19 -05:00
parent 73e9ac820e
commit 540db0f00b
1 changed files with 1 additions and 1 deletions

2
external/Makefile vendored
View File

@ -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)