Merge "Android.bp file to convert current.api to XML format." into qt-dev-plus-aosp

This commit is contained in:
TreeHugger Robot
2019-08-22 22:54:57 +00:00
committed by Android (Google) Code Review

7
api/Android.bp Normal file
View 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)",
}