update Makefile - try building with older toolchain

This commit is contained in:
Nathan Freitas 2014-01-09 21:15:23 -05:00
parent a60c614e6e
commit e24ae6cb07
1 changed files with 1 additions and 1 deletions

2
external/Makefile vendored
View File

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