diff options
| author | 2020-11-05 12:10:35 +0000 | |
|---|---|---|
| committer | 2020-11-05 12:10:35 +0000 | |
| commit | 512c41b92f51cc20ddfc4fb23a8e2070d868eedd (patch) | |
| tree | 52328574a45c7bf3988599eb08c0c671fa8408bb | |
| parent | 7409872469f4dbff822646d95ebc30862ac01a89 (diff) | |
| parent | cd664fcacc32dfc7561613be82fa83fde1447141 (diff) | |
Merge "Restrict visibility of framework-module-common-defaults" into mainline-prod
| -rw-r--r-- | apex/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index de519072fb09..784e3a859851 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -105,6 +105,8 @@ java_defaults { impl_library_visibility: [":__package__"], stubs_source_visibility: ["//visibility:private"], + defaults_visibility: ["//visibility:private"], + // Collates API usages from each module for further analysis. plugins: ["java_api_finder"], |