Searched refs:textZip (Results 1 – 1 of 1) sorted by relevance
/build/soong/java/ |
D | lint.go | 377 textZip := android.PathForModuleOut(ctx, "lint-report-text.zip") 378 lintZip(ctx, textList, textZip) 383 return android.Paths{htmlZip, textZip, xmlZip} 388 textZip android.WritablePath member 482 l.textZip = android.PathForOutput(ctx, "lint-report-text.zip") 483 zip(l.textZip, func(l *lintOutputs) android.Path { return l.text }) 488 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip) 493 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip)
|