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

Commit 8594be34 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct visibility to use __pkg__" am: b0d3d461 am: 0716e5fe

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1462766

Change-Id: I1f8fd9a25fe07b8a5cc278c421f6370e7946a50b
parents 9ce645c1 0716e5fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"],