summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mikhail Naganov <mnaganov@google.com> 2019-02-08 16:41:40 -0800
committer Mikhail Naganov <mnaganov@google.com> 2019-02-08 16:41:40 -0800
commite0d0a453d2c20281e4b3e4152a21ae3c1b866e21 (patch)
treeaa67a0ec378c250aa70a7b45c552a22837dc2be6
parentea66057a50dc26549f71c4b580125393c099d487 (diff)
Docs: update path to soong_build.html
On the recent versions, the module types help is generated into $OUT_DIR/soong/docs/soong_build.html Test: make && ls -l out/soong/docs/soong_build.html Change-Id: Ib7522a417fd5467f19d7393672a592d349f276f4
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74d49bbc4..44a98f342 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Every module must have a `name` property, and the value must be unique across
all Android.bp files.
For a list of valid module types and their properties see
-[$OUT_DIR/soong/.bootstrap/docs/soong_build.html](http://go/Android.bp).
+[$OUT_DIR/soong/docs/soong_build.html](http://go/Android.bp).
### Globs