Skip to content
Snippets Groups Projects
Commit 09e4eb17 authored by Liz Kammer's avatar Liz Kammer
Browse files

Correct visibility to use __pkg__

Test: m nothing
Change-Id: I2dcf7f0f24948422e0ffd4880846313a75d467d2
parent da2ce9ea
No related branches found
No related tags found
No related merge requests found
......@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment