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-02 18:57:12 +0000
commit7b5929720e75991d81b45253b6f48b18f3fd5618 (patch)
treee7111da5a63a9c996e13de993123d293b3c37dda
parent56804f05607e5babe4ffd13262a937f54f24d7ee (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
-rw-r--r--apex/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index cabed3b44d41..3411c1e4a35a 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -112,6 +112,8 @@ java_defaults {
],
stubs_source_visibility: ["//visibility:private"],
+ defaults_visibility: ["//visibility:private"],
+
// Collates API usages from each module for further analysis.
plugins: ["java_api_finder"],