Add the NDK analyzer scripts.

These are used by the NDK for scan-build so it is possible to do an
analysis run on a GCC project. The problem is that it can't use clang
directly with GCC's cflags because GCC doesn't use the -target flag,
and clang can't cross compile without it.

Longer term the analyzer handling should probably be pushed down into
ndk-build, and when that happens these can be removed.

Bug: http://b/22801531
Change-Id: I83c58acf312383713e8510e2c9021c9582c2ce51
16 files changed
tree: e2e57a6f5f7002b60981f6f938b201ad83390697
  1. bin/
  2. lib/
  3. lib64/
  4. tools/
  5. build_profile_rt.sh
  6. update-sanitizers.sh
  7. update.sh