Home
last modified time | relevance | path

Searched refs:xmlZip (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Dlint.go490 xmlZip := android.PathForModuleOut(ctx, "lint-report-xml.zip")
491 lintZip(ctx, xmlList, xmlZip)
493 return android.Paths{htmlZip, textZip, xmlZip}
499 xmlZip android.WritablePath member
616 l.xmlZip = android.PathForOutput(ctx, "lint-report-xml.zip")
617 zip(l.xmlZip, func(l *lintOutputs) android.Path { return l.xml })
619 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip)
624 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip)