Home
last modified time | relevance | path

Searched refs:AndroidRemoteStaticRule (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/android/
H A Dpackage_ctx.go245 func (p PackageContext) AndroidRemoteStaticRule(name string, supports RemoteRuleSupports, params bl… func
276 …p.AndroidRemoteStaticRule(name+"RE", RemoteRuleSupports{RBE: true}, ruleParamsRE, append(commonArg…
292 …p.AndroidRemoteStaticRule(name+"RE", RemoteRuleSupports{RBE: true}, ruleParamsRE, append(commonArg…
/aosp12/build/soong/java/
H A Dkotlin.go29 var kotlinc = pctx.AndroidRemoteStaticRule("kotlinc", android.RemoteRuleSupports{Goma: true},
119 var kapt = pctx.AndroidRemoteStaticRule("kapt", android.RemoteRuleSupports{Goma: true},
/aosp12/build/soong/bpf/
H A Dbpf.go36 ccRule = pctx.AndroidRemoteStaticRule("ccRule", android.RemoteRuleSupports{Goma: true},
/aosp12/build/soong/cc/
H A Dbuilder.go43 cc = pctx.AndroidRemoteStaticRule("cc", android.RemoteRuleSupports{Goma: true, RBE: true},