Switch NDK arm64 libraries to 4.9.
Change-Id: Iffc30e34b798896d9259ca1dfc3ff2d21683d6a4
This commit is contained in:
parent
16e1659e3d
commit
5895dd13a7
|
@ -35,7 +35,7 @@ TARGET_ARCH_VARIANT := armv8
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue