summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-arm64.mk
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2014-04-10 22:46:26 -0700
committerBen Cheng <bccheng@google.com>2014-04-10 22:46:26 -0700
commit4de6fa4069407607813dfdd1993114c79194d337 (patch)
treee66823780681d8bf86d3e84d213dabf42f6e570f /core/combo/TARGET_linux-arm64.mk
parent80f7dbd4deb0a765eaf4a697ea3bcc2e5f2c5b3b (diff)
downloadbuild-4de6fa4069407607813dfdd1993114c79194d337.zip
build-4de6fa4069407607813dfdd1993114c79194d337.tar.gz
build-4de6fa4069407607813dfdd1993114c79194d337.tar.bz2
Decouple platform compiler and NDK library versioning.
TARGET_GCC_VERSION: select compiler from prebuilts/gcc/... TARGET_NDK_GCC_VERSION: select libraries from prebuilts/ndk/... Change-Id: I4422a42cdc97aa92b40798014cba82c3c123bbd2
Diffstat (limited to 'core/combo/TARGET_linux-arm64.mk')
-rw-r--r--core/combo/TARGET_linux-arm64.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk
index 08603b8..e894f6d 100644
--- a/core/combo/TARGET_linux-arm64.mk
+++ b/core/combo/TARGET_linux-arm64.mk
@@ -34,6 +34,9 @@ ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
TARGET_ARCH_VARIANT := armv8
endif
+# Decouple NDK library selection with platform compiler version
+TARGET_NDK_GCC_VERSION := 4.8
+
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
TARGET_GCC_VERSION := 4.8
else