Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3969fad4 authored by Paul Duffin's avatar Paul Duffin
Browse files

Export monolithic hidden api files to the dist

Bug: 179354495
Test: m dist droidcore - before, without and after these changes
Change-Id: I0fb73f107d901632cc94945b768fe700808f1139
parent 81af1f50
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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",
        },
    ],
}