summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-05 23:01:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-05 23:01:21 +0000
commit327f8202b8a38244c2d55d05786e44cec2ff0b49 (patch)
treefd9935b7158720c3d8af1a2373cd35487d0f833c
parent82118898c7049f47c2fbf7403d95eb572ba3120b (diff)
parent0cb27407bad4b06458b41babee61e3517fc173dc (diff)
download3.5-327f8202b8a38244c2d55d05786e44cec2ff0b49.tar.gz
am 0cb27407: Fix update.sh to copy from lib64/ instead of lib/.
* commit '0cb27407bad4b06458b41babee61e3517fc173dc': 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/*