aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-07-31 15:23:14 -0700
committerDan Albert <danalbert@google.com>2015-07-31 15:23:14 -0700
commit42872d8f3e7215a61ecee178e0e6d389616d9061 (patch)
tree1ed6433853412003cbdcd3dcf04524b41993e2ad /README.md
parent5ce1b72d66561f618fd0c2a228b3f9bfcbf06215 (diff)
downloadndk-42872d8f3e7215a61ecee178e0e6d389616d9061.tar.gz
Remove the NDK's host Perl.
We don't actually use this. The only reason we ship Perl is so that systems without it (Windows) can use scan-build. However, the cross compilation of Perl was never done, and we don't ship Perl to Windows, so this was never used for it's intended purpose. Just delete it. Bug: http://b/22413538 Change-Id: I5e069a4406f6c4d9d7b5c5d6655a305d615ba1aa
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80d286671..72001ec91 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ The NDK consists of three parts: host binaries, target prebuilts, and others
* `$TOOLCHAIN/setup.mk` contains toolchain-specific default CFLAGS/LDFLAGS
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
+ * make, awk, sed, python, yasm, and for Windows: cmp.exe and echo.exe
* `ndk-depends` and `ndk-stack` should probably go in `prebuilt/` to avoid
collisions between host variants.