Lines Matching refs:rule
71 rule := android.NewRuleBuilder(pctx, ctx)
72 rule.Command().Textf("rm -f %s", filepath.String())
75 rule.Command().
79 rule.Command().
87 rule.Build(filename, "gen "+filename)
96 rule.Command().
101 rule.Build(filename, "gen "+filename)
105 rule = android.NewRuleBuilder(pctx, ctx)
106 rule.Command().Textf("rm -f %s", filepath.String())
124 rule := android.NewRuleBuilder(pctx, ctx)
127 rule.Command().
131 rule.Build(filename, "gen "+filename)