summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-07-28 21:55:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-28 21:55:33 +0000
commitac92026a93bb2dd216d26347057192540f44271c (patch)
tree2954f065f55320ac132bd4a00fab167584945ebd
parenta985a8ec92a7222686833a8f61b307ded31ad1d3 (diff)
parentc0077e3870596eaac6502fa2a6ad6951b5dcf63c (diff)
download3.6-ac92026a93bb2dd216d26347057192540f44271c.tar.gz
am c0077e38: Add step to copy static analyzer tools.
* commit 'c0077e3870596eaac6502fa2a6ad6951b5dcf63c': Add step to copy static analyzer tools.
-rwxr-xr-xupdate.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index e888314..0c090f1 100755
--- a/update.sh
+++ b/update.sh
@@ -13,6 +13,13 @@ for b in bin/*; do
fi
done
+# Copy static analyzer scripts.
+echo Copying static analyzer tools
+rm -rf tools/*
+mkdir -p tools
+cp -ar ${ANDROID_BUILD_TOP}/external/clang/tools/scan-build tools
+cp -ar ${ANDROID_BUILD_TOP}/external/clang/tools/scan-view tools
+
# Copy libraries
echo Copying libc++.so
cp -a ${ANDROID_HOST_OUT}/lib/libc++.so lib/