Merge "Fix visibility rules now that Make supports visibility checks" into rvc-dev-plus-aosp

This commit is contained in:
Dan Willemsen
2020-06-11 00:09:18 +00:00
committed by Android (Google) Code Review

View File

@@ -31,7 +31,8 @@ java_library_static {
],
visibility: [
"//cts/hostsidetests/statsd/apps:__subpackages__",
]
"//vendor:__subpackages__",
],
}
filegroup {