diff options
| author | 2020-07-02 17:35:55 +0000 | |
|---|---|---|
| committer | 2020-07-02 17:35:55 +0000 | |
| commit | 960e855286111d18ffac89f53be10cf7ec3b0aed (patch) | |
| tree | 773883b88fe69127e9a640daae43df4f0cbda935 | |
| parent | 77de09efd5da90de813e4821cbdb0fcde61ea8b4 (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: Ibf64f995c04c96d792129559c78a4b8ceee052e1
| -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. |