summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:48:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-05 23:48:07 +0000
commit774d01c551b0353604d5f525fc6f3ca79fcdca5f (patch)
tree893e4979e452c10aeb43512b47dcf5aa49c4a7dc
parentcea85d87eb3132bed894a3004389a6176d8b934a (diff)
parent1225dccee215afaf6f2e2354ab6fd14b32a350f5 (diff)
download3.5-774d01c551b0353604d5f525fc6f3ca79fcdca5f.tar.gz
Merge "Revert "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 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/*