Searched refs:xmlZip (Results 1 – 1 of 1) sorted by relevance
/build/soong/java/ |
D | lint.go | 487 xmlZip := android.PathForModuleOut(ctx, "lint-report-xml.zip") 488 lintZip(ctx, xmlList, xmlZip) 490 return android.Paths{htmlZip, textZip, xmlZip} 496 xmlZip android.WritablePath member 613 l.xmlZip = android.PathForOutput(ctx, "lint-report-xml.zip") 614 zip(l.xmlZip, func(l *lintOutputs) android.Path { return l.xml }) 616 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip) 621 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip)
|