Merge "fix default_visibility subpackages example"

This commit is contained in:
Treehugger Robot
2023-03-23 23:26:57 +00:00
committed by Gerrit Code Review

View File

@@ -184,7 +184,7 @@ the same `.bp` file as the `package` module) to be visible to all the subpackage
``` ```
package { package {
default_visibility: [":__subpackages"] default_visibility: [":__subpackages__"]
} }
``` ```