summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:46:39 +0000
committerStephen Hines <srhines@google.com>2014-11-05 23:46:39 +0000
commitc6d712edfd7fb06492d39d5446c59a2dba30c083 (patch)
tree61cba5ca40c930222b4540b13429013d34ae7e0a
parent0cb27407bad4b06458b41babee61e3517fc173dc (diff)
download3.5-c6d712edfd7fb06492d39d5446c59a2dba30c083.tar.gz
Revert "Fix update.sh to copy from lib64/ instead of lib/."
This reverts commit 0cb27407bad4b06458b41babee61e3517fc173dc. Change-Id: I07f4e629ec4f537d60e247c61034bfce2bd4a346
-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/*