summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-08 18:33:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-08 18:33:36 +0000
commitec9ed8a537926adf2085ff5a7ea09d08c1c0d737 (patch)
treefd9935b7158720c3d8af1a2373cd35487d0f833c
parent3a2e6a1c9dfcb03ae9b0dbd1a077d9c98d2e6b2f (diff)
parente3280bb794378a2c894b42fbc38324f828cd38aa (diff)
download3.5-ec9ed8a537926adf2085ff5a7ea09d08c1c0d737.tar.gz
Merge "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 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/*