diff options
Diffstat (limited to 'apex/Android.bp')
-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. |