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

Commit c24cff19 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

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

Change-Id: I6258da2205fbde7ca409e7c55b520e1dc3c8366d
parents f925429a 882fa9b2
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 {