Home
last modified time | relevance | path

Searched refs:RemoteRuleSupports (Results 1 – 7 of 7) sorted by relevance

/build/soong/remoteexec/
Dremoteexec.go178 …ctx.AndroidRemoteStaticRule(name+"RE", android.RemoteRuleSupports{RBE: true}, ruleParamsRE, append…
194 …ctx.AndroidRemoteStaticRule(name+"RE", android.RemoteRuleSupports{RBE: true}, ruleParamsRE, append…
/build/soong/android/
Dpackage_ctx.go236 type RemoteRuleSupports struct { struct
243 func (p PackageContext) AndroidRemoteStaticRule(name string, supports RemoteRuleSupports, params bl…
Drule_builder.go37 remoteable RemoteRuleSupports
100 func (r *RuleBuilder) Remoteable(supports RemoteRuleSupports) *RuleBuilder {
/build/soong/java/
Dkotlin.go29 var kotlinc = pctx.AndroidRemoteStaticRule("kotlinc", android.RemoteRuleSupports{Goma: true},
116 var kapt = pctx.AndroidRemoteStaticRule("kapt", android.RemoteRuleSupports{Goma: true},
Ddroiddoc.go1466 rule.Remoteable(android.RemoteRuleSupports{RBE: true})
/build/soong/bpf/
Dbpf.go36 ccRule = pctx.AndroidRemoteStaticRule("ccRule", android.RemoteRuleSupports{Goma: true},
/build/soong/cc/
Dbuilder.go43 cc = pctx.AndroidRemoteStaticRule("cc", android.RemoteRuleSupports{Goma: true, RBE: true},