summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-06 00:05:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-06 00:05:37 +0000
commitb031475b5b3ff3604b4684053d9bafe51cf77598 (patch)
tree9d374601391e2aa5c1c8fe96e7abf4b09fbcd0a8
parente6a0b628b22ba1977cd03fe5485afeb5062f37b9 (diff)
parent3afb00c59e21eee3ae8c7030f6af4931164056e2 (diff)
download3.5-b031475b5b3ff3604b4684053d9bafe51cf77598.tar.gz
am 3afb00c5: Merge "Revert "Fix update.sh to copy from lib64/ instead of lib/.""
* commit '3afb00c59e21eee3ae8c7030f6af4931164056e2': 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/*