summaryrefslogtreecommitdiff
path: root/framework-jarjar-rules.txt
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 /framework-jarjar-rules.txt
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 'framework-jarjar-rules.txt')
-rw-r--r--framework-jarjar-rules.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework-jarjar-rules.txt b/framework-jarjar-rules.txt
index 52ee63a15a63..be21f4e87101 100644
--- a/framework-jarjar-rules.txt
+++ b/framework-jarjar-rules.txt
@@ -1,3 +1,7 @@
+# This rule is meant to be reused across libraries in the bootclasspath that depend
+# on the HIDL libraries.
rule android.hidl.** android.internal.hidl.@1
+
+# Framework-specific renames.
rule android.net.wifi.WifiAnnotations* android.internal.wifi.WifiAnnotations@1
rule com.android.server.vcn.util.** com.android.server.vcn.repackaged.util.@1