am 5a851102: Add step to copy static analyzer tools.

* commit '5a851102cf57b12c192113b226e8fa0617464bb6':
  Add step to copy static analyzer tools.
diff --git a/update.sh b/update.sh
index 50d097f..c7a0b03 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++.dylib
 cp -a ${ANDROID_HOST_OUT}/lib/libc++.dylib lib/