summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:48:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-05 23:48:05 +0000
commit3afb00c59e21eee3ae8c7030f6af4931164056e2 (patch)
tree9d374601391e2aa5c1c8fe96e7abf4b09fbcd0a8
parentdd73bf00de3f279e5e4d1b120fe3783bfde20df0 (diff)
parentc6d712edfd7fb06492d39d5446c59a2dba30c083 (diff)
download3.5-3afb00c59e21eee3ae8c7030f6af4931164056e2.tar.gz
Merge "Revert "Fix update.sh to copy from lib64/ instead of lib/.""
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index a3d5158..f44d9f3 100755
--- a/update.sh
+++ b/update.sh
@@ -15,7 +15,7 @@ done
# Copy libraries
echo Copying libc++.dylib
-cp -a ${ANDROID_HOST_OUT}/lib64/libc++.dylib lib/
+cp -a ${ANDROID_HOST_OUT}/lib/libc++.dylib lib/
# Copy header files
rm -rf lib/clang/*/include/*