diff options
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | 2014-07-17 17:54:41 +0100 |
---|---|---|
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | 2014-07-25 13:44:34 +0000 |
commit | ac6a9195cadc83a50cea376fc61268db6fc2f129 (patch) | |
tree | 2f821ec6782444ae6f506616bfc3f4e6e97b5f1d /core | |
parent | 6aef04736294976b3bedaae5cb581a01f6387cc7 (diff) | |
download | build-ac6a9195cadc83a50cea376fc61268db6fc2f129.zip build-ac6a9195cadc83a50cea376fc61268db6fc2f129.tar.gz build-ac6a9195cadc83a50cea376fc61268db6fc2f129.tar.bz2 |
Switch NDK arm64 libraries to 4.9.
Change-Id: Iffc30e34b798896d9259ca1dfc3ff2d21683d6a4
(cherry picked from commit 5895dd13a7c96a3100048dae8fc1195abc8c9beb)
Diffstat (limited to 'core')
-rw-r--r-- | core/combo/TARGET_linux-arm64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index f57f695..f43b1a0 100644 --- a/core/combo/TARGET_linux-arm64.mk +++ b/core/combo/TARGET_linux-arm64.mk @@ -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 |