Searched refs:xmlZip (Results 1 – 1 of 1) sorted by relevance
/build/soong/java/ |
D | lint.go | 566 xmlZip := android.PathForModuleOut(ctx, "lint-report-xml.zip") 567 lintZip(ctx, xmlList, xmlZip) 569 return android.Paths{htmlZip, textZip, xmlZip} 575 xmlZip android.WritablePath member 686 l.xmlZip = android.PathForOutput(ctx, "lint-report-xml.zip") 687 zip(l.xmlZip, func(l *lintOutputs) android.Path { return l.xml }) 692 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip, l.referenceBaselineZip) 697 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip, l.referenceBaselineZip)
|