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

Commit 3ab2ebfe authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Make current-api-xml use generated current.txt"

parents 97f35bbb 00febe2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ package {
genrule {
genrule {
    name: "current-api-xml",
    name: "current-api-xml",
    tools: ["metalava"],
    tools: ["metalava"],
    srcs: ["current.txt"],
    srcs: [":frameworks-base-api-current.txt"],
    out: ["current.api"],
    out: ["current.api"],
    cmd: "$(location metalava) --no-banner -convert2xmlnostrip $(in) $(out)",
    cmd: "$(location metalava) --no-banner -convert2xmlnostrip $(in) $(out)",
    visibility: ["//visibility:public"],
    visibility: ["//visibility:public"],