From 02cbff442568f70084d7c4b1e6e54dd30eab9aae Mon Sep 17 00:00:00 2001 From: Sasha Smundak Date: Thu, 15 Aug 2019 08:27:51 -0700 Subject: Android.bp file to convert current.api to XML format. Fixes: 139281092 Test: atest CtsDevicePolicyManagerTestCases Change-Id: Iffec912af4ee9dd3de2090a31bd475abc5016854 --- api/Android.bp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 api/Android.bp (limited to 'api/Android.bp') 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)", +} -- cgit v1.2.3-59-g8ed1b