diff options
author | Dan Albert <danalbert@google.com> | 2015-03-13 23:18:25 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-13 23:18:25 +0000 |
commit | 8de543fdec61cae9eef8e3b3f7a0e5cc4cd0aa70 (patch) | |
tree | f724de6996bbcf9243fa2ba6d629f92a41779933 | |
parent | 9db3e6c61fe10073a2ed829f1036bc6281767202 (diff) | |
parent | 0e2d00ff1f1e3b3bd4e13e70a62c1f8927c3436d (diff) | |
download | build-8de543fdec61cae9eef8e3b3f7a0e5cc4cd0aa70.zip build-8de543fdec61cae9eef8e3b3f7a0e5cc4cd0aa70.tar.gz build-8de543fdec61cae9eef8e3b3f7a0e5cc4cd0aa70.tar.bz2 |
Merge "Switch NDK libraries to 4.9 for x86_64 and mips64"
-rw-r--r-- | core/combo/TARGET_linux-x86_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-x86_64.mk b/core/combo/TARGET_linux-x86_64.mk index 89e42f9..2adb157 100644 --- a/core/combo/TARGET_linux-x86_64.mk +++ b/core/combo/TARGET_linux-x86_64.mk @@ -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 |