summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-08-28 13:17:50 -0700
committerNolen Johnson <johnsonnolen@gmail.com>2019-09-02 15:57:54 -0400
commitdbfc71e8bff49a9ea023e82a623d6630fae779a7 (patch)
tree611c60df694063cca99674e162f49dbedc9163a4
parent9b8a35f8e0860e622a887fa26766e11f9c7de797 (diff)
downloadandroid_development-lineage-16.0.tar.gz
android_development-lineage-16.0.tar.bz2
android_development-lineage-16.0.zip
development: Ship a 64-bit libc++.dylib in platform-toolslineage-16.0
* The existing tools in platform-tools that link against libc++.dylib ended up loading the system version, not this one, due to the 32/64-bit mis-match. Test: m sdk Change-Id: Ibc985fe7a30e05052e728ad3ce4fd9e866476827
-rw-r--r--build/sdk-darwin-x86.atree2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sdk-darwin-x86.atree b/build/sdk-darwin-x86.atree
index ad58fc5dc..b7ab75921 100644
--- a/build/sdk-darwin-x86.atree
+++ b/build/sdk-darwin-x86.atree
@@ -18,7 +18,7 @@
# Platform Tools Component
##############################################################################
-lib/libc++.dylib strip platform-tools/lib/libc++.dylib
+lib64/libc++.dylib strip platform-tools/lib64/libc++.dylib
##############################################################################
# Build Tools Component