aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-07-28 13:26:10 -0700
committerDan Albert <danalbert@google.com>2015-07-28 15:53:23 -0700
commit008b8f89ed6c22323a968309eb19923da2923b8c (patch)
treee67ed6e1206c218fa3fd1a17d01b1ca36e3cfe50 /README.md
parentaad774f9395dbf5d11d3cd65b190f90c93f3408f (diff)
downloadndk-008b8f89ed6c22323a968309eb19923da2923b8c.tar.gz
Copy the prebuilt analyzer.
This is copied into the platform prebuilts now, so we don't need to copy our own (and can remove external/clang from the manifest). Bug: http://b/22183733 Change-Id: I08770d69fb687ccb32275ad571f83963c19a8149
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2dce39e49..80d286671 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,6 @@ The NDK consists of three parts: host binaries, target prebuilts, and others
when this toolchain is used.
* `prebuilt/$HOST_ARCH/` contains various tools to make the build system hermetic.
* make, awk, sed, perl, python, yasm, and for Windows: cmp.exe and echo.exe
-* `prebuilt/common` contains the `scan-build` and `scan-view` scripts used by
- static analyzer via `NDK_ANALYZE=1`.
* `ndk-depends` and `ndk-stack` should probably go in `prebuilt/` to avoid
collisions between host variants.