Merge "Make module stubs publicly visible" into rvc-dev am: f1f700094c am: 960e855286 am: aa6f641af9

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

Change-Id: I14f0e64caa59e441555659c1d4e088391fcc6b24
This commit is contained in:
Anton Hansson
2020-07-02 18:06:41 +00:00
committed by Automerger Merge Worker

View File

@@ -98,10 +98,8 @@ java_defaults {
annotations_enabled: true,
// The stub libraries must be visible to frameworks/base so they can be combined
// into API specific libraries.
stubs_library_visibility: [
"//frameworks/base", // Framework
"//visibility:public",
],
// Set the visibility of the modules creating the stubs source.