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

Commit 00febe2e authored by Anton Hansson's avatar Anton Hansson
Browse files

Make current-api-xml use generated current.txt

Remove the dep on the monolithic current.txt so that it can be deleted.

Bug: 158465496
Test: m current-api-xml (same before and after)
Change-Id: I6d36801592a20cb9dc8f87c7d9d4babf0986c448
parent 97f35bbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package {
genrule {
    name: "current-api-xml",
    tools: ["metalava"],
    srcs: ["current.txt"],
    srcs: [":frameworks-base-api-current.txt"],
    out: ["current.api"],
    cmd: "$(location metalava) --no-banner -convert2xmlnostrip $(in) $(out)",
    visibility: ["//visibility:public"],