summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-11-05 10:30:59 +0000
committerAnton Hansson <hansson@google.com>2020-11-05 10:30:59 +0000
commit00febe2eb6fdfdf91eb1b5d4c13348d153cf455f (patch)
tree68e373d8d96505226a97971fe3a8435173af68f8 /api
parent97f35bbbefe9be8aa74c81a4dd8fff3e52ce2d01 (diff)
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
Diffstat (limited to 'api')
-rw-r--r--api/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/Android.bp b/api/Android.bp
index 4d7f58edd870..ae0d59635e8f 100644
--- a/api/Android.bp
+++ b/api/Android.bp
@@ -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"],