Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dbcf64b authored by Steven Moreland's avatar Steven Moreland
Browse files

fix default_visibility subpackages example

has typo

Bug: N/A
Test: N/A
Change-Id: Id56183a6a12518e11593fb226195ee2ac8d4faea
parent 046bb4b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__"]
}
```