Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go481 htmlZip := android.PathForModuleOut(ctx, "lint-report-html.zip")
482 lintZip(ctx, htmlList, htmlZip)
490 return android.Paths{htmlZip, textZip, xmlZip}
494 htmlZip android.WritablePath member
607 l.htmlZip = android.PathForOutput(ctx, "lint-report-html.zip")
608 zip(l.htmlZip, func(l *lintOutputs) android.Path { return l.html })
616 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip)
621 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip)