Merge "Export monolithic hidden api files to the dist"

This commit is contained in:
Paul Duffin
2021-04-13 09:57:12 +00:00
committed by Gerrit Code Review

View File

@@ -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",
},
],
}