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
This commit is contained in:
Mikhail Naganov
2019-02-08 16:41:40 -08:00
parent ea66057a50
commit e0d0a453d2

View File

@@ -34,7 +34,7 @@ Every module must have a `name` property, and the value must be unique across
all Android.bp files. all Android.bp files.
For a list of valid module types and their properties see 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 ### Globs