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

Commit 90e6f966 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 am: 4152d8fb

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

Change-Id: I441cbb62bc819f4246e216450c82bb6804685e91
parents 942e8326 4152d8fb
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 {