summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:01:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-05 23:01:25 +0000
commit9ddc8101299e5115dbccdf934ff92d9b1e4405b0 (patch)
tree0ceebde93b6eb2edfcf7888bb4b50d1a044fb670
parent97e128e9213cf8a137b4a607e7b14a703b2a151a (diff)
parentf05cca18cfbc4d286f851b103c373b37e429879e (diff)
download3.5-9ddc8101299e5115dbccdf934ff92d9b1e4405b0.tar.gz
am f05cca18: Fix update.sh to pull in 64-bit prebuilt libc++.so.
* commit 'f05cca18cfbc4d286f851b103c373b37e429879e': Fix update.sh to pull in 64-bit prebuilt libc++.so.
-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/*