Searched refs:AndroidRemoteStaticRule (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | package_ctx.go | 258 func (p PackageContext) AndroidRemoteStaticRule(name string, supports RemoteRuleSupports, params bl… func 289 …p.AndroidRemoteStaticRule(name+"RE", RemoteRuleSupports{RBE: true}, ruleParamsRE, append(commonArg… 305 …p.AndroidRemoteStaticRule(name+"RE", RemoteRuleSupports{RBE: true}, ruleParamsRE, append(commonArg…
|
/build/soong/java/ |
D | kotlin.go | 29 var kotlinc = pctx.AndroidRemoteStaticRule("kotlinc", android.RemoteRuleSupports{Goma: true}, 128 var kaptStubs = pctx.AndroidRemoteStaticRule("kaptStubs", android.RemoteRuleSupports{Goma: true},
|
/build/soong/bpf/ |
D | bpf.go | 40 ccRule = pctx.AndroidRemoteStaticRule("ccRule", android.RemoteRuleSupports{Goma: true},
|
/build/soong/cc/ |
D | builder.go | 45 cc = pctx.AndroidRemoteStaticRule("cc", android.RemoteRuleSupports{Goma: true, RBE: true},
|