Searched refs:referenceBaselineZip (Results 1 – 1 of 1) sorted by relevance
/build/soong/java/ |
D | lint.go | 576 referenceBaselineZip android.WritablePath member 689 l.referenceBaselineZip = android.PathForOutput(ctx, "lint-report-reference-baselines.zip") 690 zip(l.referenceBaselineZip, func(l *lintOutputs) android.Path { return l.referenceBaseline }) 692 ctx.Phony("lint-check", l.htmlZip, l.textZip, l.xmlZip, l.referenceBaselineZip) 697 ctx.DistForGoal("lint-check", l.htmlZip, l.textZip, l.xmlZip, l.referenceBaselineZip)
|