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

Commit 622dc78b authored by Liz Kammer's avatar Liz Kammer Committed by Anton Hansson
Browse files

Correct visibility to use __pkg__

Test: m nothing
Merged-In: I2dcf7f0f24948422e0ffd4880846313a75d467d2
Change-Id: I2dcf7f0f24948422e0ffd4880846313a75d467d2
parent 486eb760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"],