Searched refs:RemoteRuleSupports (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | package_ctx.go | 238 type RemoteRuleSupports struct { struct 245 func (p PackageContext) AndroidRemoteStaticRule(name string, supports RemoteRuleSupports, params bl… 276 …p.AndroidRemoteStaticRule(name+"RE", RemoteRuleSupports{RBE: true}, ruleParamsRE, append(commonArg… 292 …p.AndroidRemoteStaticRule(name+"RE", RemoteRuleSupports{RBE: true}, ruleParamsRE, append(commonArg…
|
D | rule_builder.go | 52 remoteable RemoteRuleSupports 121 func (r *RuleBuilder) Remoteable(supports RemoteRuleSupports) *RuleBuilder {
|
/build/soong/java/ |
D | kotlin.go | 29 var kotlinc = pctx.AndroidRemoteStaticRule("kotlinc", android.RemoteRuleSupports{Goma: true}, 119 var kapt = pctx.AndroidRemoteStaticRule("kapt", android.RemoteRuleSupports{Goma: true},
|
D | lint.go | 360 rule.Remoteable(android.RemoteRuleSupports{RBE: true})
|
D | droidstubs.go | 403 rule.Remoteable(android.RemoteRuleSupports{RBE: true})
|
/build/soong/bpf/ |
D | bpf.go | 36 ccRule = pctx.AndroidRemoteStaticRule("ccRule", android.RemoteRuleSupports{Goma: true},
|
/build/soong/cc/ |
D | builder.go | 43 cc = pctx.AndroidRemoteStaticRule("cc", android.RemoteRuleSupports{Goma: true, RBE: true},
|