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
This commit is contained in:
Anton Hansson
2020-11-05 10:30:59 +00:00
parent 97f35bbbef
commit 00febe2eb6

View File

@@ -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"],