diff options
author | Anton Hansson <hansson@google.com> | 2020-11-05 13:52:54 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-11-05 13:52:54 +0000 |
commit | 3ab2ebfe2678a3c68922eda435454deaebd339ca (patch) | |
tree | 68e373d8d96505226a97971fe3a8435173af68f8 /api | |
parent | 97f35bbbefe9be8aa74c81a4dd8fff3e52ce2d01 (diff) | |
parent | 00febe2eb6fdfdf91eb1b5d4c13348d153cf455f (diff) |
Merge "Make current-api-xml use generated current.txt"
Diffstat (limited to 'api')
-rw-r--r-- | api/Android.bp | 2 |
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"], |