summaryrefslogtreecommitdiff
path: root/xml/xml.go
diff options
context:
space:
mode:
Diffstat (limited to 'xml/xml.go')
-rw-r--r--xml/xml.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/xml.go b/xml/xml.go
index 20a26f562..65fe12a8e 100644
--- a/xml/xml.go
+++ b/xml/xml.go
@@ -145,7 +145,7 @@ type bazelPrebuiltEtcXmlAttributes struct {
Schema *string
}
-func (p *prebuiltEtcXml) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
+func (p *prebuiltEtcXml) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
baseAttrs, convertible := p.PrebuiltEtc.Bp2buildHelper(ctx)
if !convertible {