diff options
| author | 2021-04-13 09:57:12 +0000 | |
|---|---|---|
| committer | 2021-04-13 09:57:12 +0000 | |
| commit | f94ff5a36e26733238b048eb8d5365a61d5522c0 (patch) | |
| tree | bbc58d08da7801f1fb936daf77c37126b0053150 | |
| parent | bd1cc4f2a293e7d70b825d09b7d0cab21a9608e2 (diff) | |
| parent | 3969fad48b8246c9a39d9c0e25cc34a7a4be6a3a (diff) | |
Merge "Export monolithic hidden api files to the dist"
| -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", + }, + ], } |