Searched refs:textZip (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/java/ |
H A D | lint.go | 484 textZip := android.PathForModuleOut(ctx, "lint-report-text.zip") 485 lintZip(ctx, textList, textZip) 490 return android.Paths{htmlZip, textZip, xmlZip} 495 textZip android.WritablePath member 610 l.textZip = android.PathForOutput(ctx, "lint-report-text.zip") 611 zip(l.textZip, func(l *lintOutputs) android.Path { return l.text }) 616 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip) 621 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip)
|