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

Commit 3cfe5503 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 am: 8594be34

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

Change-Id: I92379a9c2dd49804db6cd67e358752e2c01ac663
parents f8aa3482 8594be34
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"],