Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go374 htmlZip := android.PathForModuleOut(ctx, "lint-report-html.zip")
375 lintZip(ctx, htmlList, htmlZip)
383 return android.Paths{htmlZip, textZip, xmlZip}
387 htmlZip android.WritablePath member
479 l.htmlZip = android.PathForOutput(ctx, "lint-report-html.zip")
480 zip(l.htmlZip, func(l *lintOutputs) android.Path { return l.html })
488 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip)
493 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip)