Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
refs/heads/r38
/
.
/
api
/
Android.bp
blob: 54ff82c97e17f2f5c74bc505cb59aaa863a68d32 [
file
] [
log
] [
blame
]
Sasha Smundak
02cbff44
2019-08-15 08:27:51 -0700
[
diff
] [
blame
]
1
genrule
{
2
name
:
"current-api-xml"
,
3
tools
:
[
"metalava"
],
4
srcs
:
[
"current.txt"
],
5
out
:
[
"current.api"
],
6
cmd
:
"$(location metalava) --no-banner -convert2xmlnostrip $(in) $(out)"
,
7
}