am c0077e38: Add step to copy static analyzer tools.

* commit 'c0077e3870596eaac6502fa2a6ad6951b5dcf63c':
  Add step to copy static analyzer tools.
diff --git a/update.sh b/update.sh
index e888314..0c090f1 100755
--- a/update.sh
+++ b/update.sh
@@ -13,6 +13,13 @@
   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/