From e0d0a453d2c20281e4b3e4152a21ae3c1b866e21 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Fri, 8 Feb 2019 16:41:40 -0800 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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