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

Commit 0716e5fe authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct visibility to use __pkg__" am: b0d3d461

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

Change-Id: I36bce826e8df03d763260cfd2257307c5ddd5b7b
parents 7e61658e b0d3d461
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"],