[android] Switched to NDK r9 GCC 4.8

This commit is contained in:
Alex Zolotarev 2013-08-02 01:30:00 +03:00 committed by Alex Zolotarev
parent 3c474887e4
commit ee169e3eef
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
NDK_TOOLCHAIN_VERSION := 4.8
APP_PLATFORM := android-5
ifeq (x$(NDK_ABI_TO_BUILD), x)

View file

@ -16,7 +16,7 @@ ANDROID_TARGET_ABI=$$(NDK_ABI)
isEmpty( ANDROID_TARGET_ABI ): ANDROID_TARGET_ABI = armeabi
ANDROID_PLATFORM = android-5
TOOLCHAIN_VERSION = 4.6
TOOLCHAIN_VERSION = 4.8
contains(ANDROID_TARGET_ABI, x86) {
NDK_TOOLCHAIN = x86-$$TOOLCHAIN_VERSION