commit | 3ebe1ab9820bce39dd36a383b6b8fab888b3902e | [log] [tgz] |
---|---|---|
author | Dan Albert <[email protected]> | Wed Jul 29 14:15:08 2015 -0700 |
committer | Dan Albert <[email protected]> | Wed Jul 29 15:16:47 2015 -0700 |
tree | 739f722b961b4e492e014a30e5a39e7da67e1fba | |
parent | ebaecb9f73bdaa6534e410a58e19a055bda9480e [diff] |
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: Ifd869520a8331adaade925e0077671f32bb8ff1f