fix default_visibility subpackages example

has typo

Bug: N/A
Test: N/A
Change-Id: Id56183a6a12518e11593fb226195ee2ac8d4faea
This commit is contained in:
Steven Moreland 2023-03-23 18:12:52 +00:00
parent 046bb4b08a
commit 5dbcf64b62

View file

@ -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__"]
}
```