summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-04 18:43:32 -0800
committerStephen Hines <srhines@google.com>2014-11-04 18:46:44 -0800
commit0cb27407bad4b06458b41babee61e3517fc173dc (patch)
treefd9935b7158720c3d8af1a2373cd35487d0f833c
parent96b31fb253a2bf89463e5cba1ca3ca3b87bbf04b (diff)
download3.5-0cb27407bad4b06458b41babee61e3517fc173dc.tar.gz
Fix update.sh to copy from lib64/ instead of lib/.
Bug: 10653601 Bug: 13751317 Change-Id: I660e35ace005052b72fc9d9908f72cadaf1e81e6
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index f44d9f3..a3d5158 100755
--- a/update.sh
+++ b/update.sh
@@ -15,7 +15,7 @@ done
# Copy libraries
echo Copying libc++.dylib
-cp -a ${ANDROID_HOST_OUT}/lib/libc++.dylib lib/
+cp -a ${ANDROID_HOST_OUT}/lib64/libc++.dylib lib/
# Copy header files
rm -rf lib/clang/*/include/*