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

Commit 382e7161 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use new `metalava signature-to-jdiff` sub-command" into main am: 6b3592a1

parents 6c79baa7 6b3592a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,14 +60,14 @@ python_test_host {
metalava_cmd = "$(location metalava)"
// Silence reflection warnings. See b/168689341
metalava_cmd += " -J--add-opens=java.base/java.util=ALL-UNNAMED "
metalava_cmd += " --quiet --no-banner --format=v2 "
metalava_cmd += " --quiet "

genrule {
    name: "current-api-xml",
    tools: ["metalava"],
    srcs: [":frameworks-base-api-current.txt"],
    out: ["current.api"],
    cmd: metalava_cmd + "-convert2xmlnostrip $(in) $(out)",
    cmd: metalava_cmd + "signature-to-jdiff $(in) $(out)",
    visibility: ["//visibility:public"],
}