fix default_visibility subpackages example
has typo Bug: N/A Test: N/A Change-Id: Id56183a6a12518e11593fb226195ee2ac8d4faea
This commit is contained in:
parent
046bb4b08a
commit
5dbcf64b62
1 changed files with 1 additions and 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__"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue