diff options
author | Sasha Smundak <asmundak@google.com> | 2019-08-15 08:27:51 -0700 |
---|---|---|
committer | Sasha Smundak <asmundak@google.com> | 2019-08-15 09:43:47 -0700 |
commit | 02cbff442568f70084d7c4b1e6e54dd30eab9aae (patch) | |
tree | d5020ee739418819e83befe29375568846eb48c0 /api/Android.bp | |
parent | eb3326be84bb1bf36cfcd899ec30fbd13e930396 (diff) |
Android.bp file to convert current.api to XML format.
Fixes: 139281092
Test: atest CtsDevicePolicyManagerTestCases
Change-Id: Iffec912af4ee9dd3de2090a31bd475abc5016854
Diffstat (limited to 'api/Android.bp')
-rw-r--r-- | api/Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/Android.bp b/api/Android.bp new file mode 100644 index 000000000000..54ff82c97e17 --- /dev/null +++ b/api/Android.bp @@ -0,0 +1,7 @@ +genrule { + name: "current-api-xml", + tools: ["metalava"], + srcs: ["current.txt"], + out: ["current.api"], + cmd: "$(location metalava) --no-banner -convert2xmlnostrip $(in) $(out)", +} |