summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-04 17:21:41 -0800
committerStephen Hines <srhines@google.com>2014-11-04 18:47:39 -0800
commitf05cca18cfbc4d286f851b103c373b37e429879e (patch)
tree0ceebde93b6eb2edfcf7888bb4b50d1a044fb670
parentb65273ef22521cf8292a94c10cbfce3933551153 (diff)
download3.5-f05cca18cfbc4d286f851b103c373b37e429879e.tar.gz
Fix update.sh to pull in 64-bit prebuilt libc++.so.
Bug: 10653601 Bug: 13751317 Change-Id: Ia2aa04ac746b25031562ebffbd6126be2df6314a
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index c804542..204a08e 100755
--- a/update.sh
+++ b/update.sh
@@ -15,7 +15,7 @@ done
# Copy libraries
echo Copying libc++.so
-cp -a ${ANDROID_HOST_OUT}/lib/libc++.so lib/
+cp -a ${ANDROID_HOST_OUT}/lib64/libc++.so lib/
# Copy header files
rm -rf lib/clang/*/include/*