Correct visibility to use __pkg__

Test: m nothing
Merged-In: I2dcf7f0f24948422e0ffd4880846313a75d467d2
Change-Id: I2dcf7f0f24948422e0ffd4880846313a75d467d2
This commit is contained in:
Liz Kammer
2020-10-15 10:28:13 -07:00
committed by Anton Hansson
parent 486eb760ac
commit 622dc78b58

View File

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