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

Commit df41728b authored by David Brazdil's avatar David Brazdil
Browse files

Generate @removed DEX API signatures

CL I8fe27e8c03334f9c90204db1e69447de65a06a38 adds support to generate
a list of all @removed DEX API signatures. Amend the public API build
rule to produce this file.

Bug: 78182899
Test: make
Change-Id: Iba8869ce6e4f401a8e420ad83ab459d25bbbaae0
parent 238eaf51
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -924,6 +924,7 @@ droiddoc {
    private_api_filename: "private.txt",
    private_api_filename: "private.txt",
    private_dex_api_filename: "private-dex.txt",
    private_dex_api_filename: "private-dex.txt",
    removed_api_filename: "removed.txt",
    removed_api_filename: "removed.txt",
    removed_dex_api_filename: "removed-dex.txt",
    args: framework_docs_args + " -referenceonly -nodocs",
    args: framework_docs_args + " -referenceonly -nodocs",
}
}