diff options
-rw-r--r-- | boot/Android.bp | 17 |
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", + }, + ], } |