diff options
| author | 2020-07-02 17:36:15 +0000 | |
|---|---|---|
| committer | 2020-07-02 17:36:15 +0000 | |
| commit | 55bfefa1d2e7a433230c200b43e7626af15f89f4 (patch) | |
| tree | 57b329eb3b5df89212e31b21615c81e18ec47576 | |
| parent | 3f9c9943f37d9dea598ac3bb48567c87b74b2f08 (diff) | |
| parent | f1f700094c8100b9a4a67815bf57ae50db1efab5 (diff) | |
Merge "Make module stubs publicly visible" into rvc-dev am: f1f700094c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12070362
Change-Id: I6d4b0821b2a7eceaf1a6bbb97e807b1d0cee7ac9
| -rw-r--r-- | apex/Android.bp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 371bd7fc9479..992648b04ef0 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -94,10 +94,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. |