summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2021-05-25 12:48:58 +0100
committerAnton Hansson <hansson@google.com>2021-05-25 12:48:58 +0100
commit524bf249777f5e71d22facb9ddd86d58abab651a (patch)
tree5c168e4fe5695aa30c88972221ecb009f86ab326 /Android.bp
parentdffc59c12d30337367724a39e293d77c847c6d6d (diff)
Add some warnings and notes about framework's jarjar rules
These rules are explicitly recommended to be depended on by other libraries in the bootclasspath, that may depend on the framework's copy of the hidl library. Bug: 186804505 Test: presubmit Change-Id: I09766423782d9bb9408f3d14169d7e5d8f1b5823
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f3888ab78b63..0d51ebb3d42f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -271,9 +271,12 @@ java_library {
installable: false,
}
+// NOTE: This filegroup is exposed for vendor libraries to depend on and is referenced in
+// documentation. Do not remove without consulting the treble/hidl teams.
filegroup {
name: "framework-jarjar-rules",
srcs: ["framework-jarjar-rules.txt"],
+ visibility: ["//visibility:public"],
}
java_defaults {