summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2023-03-23 18:12:52 +0000
committer Steven Moreland <smoreland@google.com> 2023-03-23 18:12:52 +0000
commit5dbcf64b62706609fef626583c14b2334852916a (patch)
tree7aaac5b8d4bc02a42eb595ab005aef048c44dee3
parent046bb4b08a816db74cf173ed494e989098a5a58b (diff)
fix default_visibility subpackages example
has typo Bug: N/A Test: N/A Change-Id: Id56183a6a12518e11593fb226195ee2ac8d4faea
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f1846351..85e24c6e3 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ the same `.bp` file as the `package` module) to be visible to all the subpackage
```
package {
- default_visibility: [":__subpackages"]
+ default_visibility: [":__subpackages__"]
}
```