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

Commit 4152d8fb authored by Dan Willemsen's avatar Dan Willemsen Committed by Automerger Merge Worker
Browse files

Merge "Fix visibility rules now that Make supports visibility checks" into...

Merge "Fix visibility rules now that Make supports visibility checks" into rvc-dev-plus-aosp am: 882fa9b2 am: c24cff19

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

Change-Id: I5bdc652e8c81c79ae3e7da04db3dccb8f6dd0c29
parents ee26381c c24cff19
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ java_library_static {
    ],
    visibility: [
        "//cts/hostsidetests/statsd/apps:__subpackages__",
    ]
        "//vendor:__subpackages__",
    ],
}

filegroup {