summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-04-12 12:57:06 +0100
committerPaul Duffin <paulduffin@google.com>2021-04-12 15:03:55 +0100
commit3969fad48b8246c9a39d9c0e25cc34a7a4be6a3a (patch)
tree5cc3d9a8eaba883a79b87005e8334fd5ca3025aa
parent81af1f503c332638316e45e374105d9f05134fe1 (diff)
Export monolithic hidden api files to the dist
Bug: 179354495 Test: m dist droidcore - before, without and after these changes Change-Id: I0fb73f107d901632cc94945b768fe700808f1139
-rw-r--r--boot/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/boot/Android.bp b/boot/Android.bp
index 8f6e5915bc25..844dd64ce8d7 100644
--- a/boot/Android.bp
+++ b/boot/Android.bp
@@ -71,4 +71,21 @@ platform_bootclasspath {
"hiddenapi/hiddenapi-unsupported-packages.txt",
],
},
+
+ dists: [
+ {
+ targets: ["droidcore"],
+ tag: "hiddenapi-flags.csv",
+ },
+ {
+ targets: ["droidcore"],
+ tag: "hiddenapi-index.csv",
+ },
+ {
+ targets: ["droidcore"],
+ tag: "hiddenapi-metadata.csv",
+ // Legacy name
+ dest: "hiddenapi-unsupported.csv",
+ },
+ ],
}