Android.bp file to convert current.api to XML format.
Fixes: 139281092 Test: atest CtsDevicePolicyManagerTestCases Change-Id: Iffec912af4ee9dd3de2090a31bd475abc5016854
This commit is contained in:
7
api/Android.bp
Normal file
7
api/Android.bp
Normal file
@@ -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)",
|
||||
}
|
||||
Reference in New Issue
Block a user