summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-06 15:41:51 -0800
committerStephen Hines <srhines@google.com>2014-11-06 15:41:51 -0800
commite2902908c00b22eb1d3b06a96d4079e79882790a (patch)
tree0ceebde93b6eb2edfcf7888bb4b50d1a044fb670
parent94b343ea3dadb055d02970b65f48807faef3997d (diff)
download3.5-e2902908c00b22eb1d3b06a96d4079e79882790a.tar.gz
Fix update.sh to pull in 64-bit prebuilt libc++.so.
Bug: 10653601 Bug: 13751317
-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/*