Lines Matching refs:rb
155 rb := android.NewRuleBuilder(pctx, ctx)
163 rb.Command().Text("rm -f " + newVersionNeededFile.String())
166 equalityCheckCommand := rb.Command()
182 rb.Command().Text("touch").Text(newVersionNeededFile.String())
187 rb.Command().
193 rb.Command().
203 rb.Command().Text("mkdir -p " + targetDir)
204 rb.Command().Text("rm -rf " + targetDir + "/*")
205 rb.Command().Text("cp -rf " + dump.dir.String() + "/* " + targetDir).Implicits(dump.files)
209 rb.Command().Text("touch").Output(timestampFile)
211 rb.Build("dump_aidl_api"+m.properties.BaseName+"_"+version,
303 rb := android.NewRuleBuilder(pctx, ctx)
304 …rb.Command().Text("sed").Flag(" s/%s/" + m.properties.BaseName + "/g ").Input(messageFile).Text(" …
305 rb.Build("format_message_"+m.properties.BaseName, "")
363 rb := android.NewRuleBuilder(pctx, ctx)
365 …rb.Command().Text(fmt.Sprintf(`echo "API dump for the current version of AIDL interface %s does no…
366 …rb.Command().Text(fmt.Sprintf(`echo Run "m %s-update-api", or add "unstable: true" to the build ru…
370 rb.Command().Text("false").ImplicitOutput(alwaysChecked)
371 rb.Build("check_current_aidl_api", "")