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

Commit f94ff5a3 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Export monolithic hidden api files to the dist"

parents bd1cc4f2 3969fad4
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",
        },
    ],
}