Merge "Correct visibility to use __pkg__"

This commit is contained in:
Treehugger Robot
2020-10-19 18:08:54 +00:00
committed by Gerrit Code Review

View File

@@ -107,7 +107,7 @@ java_defaults {
// Hide impl library and stub sources
impl_library_visibility: [
":__package__",
":__pkg__",
"//frameworks/base", // For framework-all
],
stubs_source_visibility: ["//visibility:private"],