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

Commit 45d47ae5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fix default_visibility subpackages example"

parents 01f1615a 5dbcf64b
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__"]
}
```