Switch NDK libraries to 4.9 for x86_64 and mips64

Android NDK r10b doesn't even provide 4.8 for those
archs.

Change-Id: I10840c6c7bbc0dd9028a794162d021d8b3e6b19a
This commit is contained in:
Przemyslaw Szczepaniak 2014-09-16 15:17:47 +01:00
parent 84b9e94395
commit fabd383bc8
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ TARGET_ARCH_VARIANT := mips64r6
endif
# Decouple NDK library selection with platform compiler version
TARGET_NDK_GCC_VERSION := 4.8
TARGET_NDK_GCC_VERSION := 4.9
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
TARGET_GCC_VERSION := 4.9

View File

@ -23,7 +23,7 @@ TARGET_ARCH_VARIANT := x86_64
endif
# Decouple NDK library selection with platform compiler version
TARGET_NDK_GCC_VERSION := 4.8
TARGET_NDK_GCC_VERSION := 4.9
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
TARGET_GCC_VERSION := 4.8