am 8de543fd: Merge "Switch NDK libraries to 4.9 for x86_64 and mips64"
* commit '8de543fdec61cae9eef8e3b3f7a0e5cc4cd0aa70': Switch NDK libraries to 4.9 for x86_64 and mips64
This commit is contained in:
commit
e685e849c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue