summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-11-02 18:57:12 +0000
committerAnton Hansson <hansson@google.com>2020-11-04 15:50:34 +0000
commitcd664fcacc32dfc7561613be82fa83fde1447141 (patch)
treeac128094ee833e9c9697324e78092899ad36309b
parent4af722e4aa737d7af565043ff28b3bd695eac494 (diff)
Restrict visibility of framework-module-common-defaults
This isn't meant to be used directly, instead one of the default modules that inherits this rule should be used. Test: m nothing Change-Id: I32a20de74c29b9fa1a0083bce084896aad99eb41 Merged-In: I32a20de74c29b9fa1a0083bce084896aad99eb41
-rw-r--r--apex/Android.bp2
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"],