diff options
| author | 2023-03-23 18:12:52 +0000 | |
|---|---|---|
| committer | 2023-03-23 18:12:52 +0000 | |
| commit | 5dbcf64b62706609fef626583c14b2334852916a (patch) | |
| tree | 7aaac5b8d4bc02a42eb595ab005aef048c44dee3 | |
| parent | 046bb4b08a816db74cf173ed494e989098a5a58b (diff) | |
fix default_visibility subpackages example
has typo
Bug: N/A
Test: N/A
Change-Id: Id56183a6a12518e11593fb226195ee2ac8d4faea
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__"] } ``` |