summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:46:46 +0000
committerStephen Hines <srhines@google.com>2014-11-05 23:46:46 +0000
commit1225dccee215afaf6f2e2354ab6fd14b32a350f5 (patch)
tree880e2c1f41cd455d0f6267cb9f0e38caae1c04e4
parentf05cca18cfbc4d286f851b103c373b37e429879e (diff)
download3.5-1225dccee215afaf6f2e2354ab6fd14b32a350f5.tar.gz
Revert "Fix update.sh to pull in 64-bit prebuilt libc++.so."
This reverts commit f05cca18cfbc4d286f851b103c373b37e429879e. Change-Id: I5bc7ca8861953337b2e4a5123ee8662b8a602bd5
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 204a08e..c804542 100755
--- a/update.sh
+++ b/update.sh
@@ -15,7 +15,7 @@ done
# Copy libraries
echo Copying libc++.so
-cp -a ${ANDROID_HOST_OUT}/lib64/libc++.so lib/
+cp -a ${ANDROID_HOST_OUT}/lib/libc++.so lib/
# Copy header files
rm -rf lib/clang/*/include/*