Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpackage_ctx.go258 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…
/aosp_15_r20/build/soong/java/
H A Dkotlin.go29 var kotlinc = pctx.AndroidRemoteStaticRule("kotlinc", android.RemoteRuleSupports{Goma: true},
179 var kaptStubs = pctx.AndroidRemoteStaticRule("kaptStubs", android.RemoteRuleSupports{Goma: true},
/aosp_15_r20/build/soong/bpf/
H A Dbpf.go40 ccRule = pctx.AndroidRemoteStaticRule("ccRule", android.RemoteRuleSupports{Goma: true},
/aosp_15_r20/build/soong/cc/
H A Dbuilder.go46 cc = pctx.AndroidRemoteStaticRule("cc", android.RemoteRuleSupports{Goma: true, RBE: true},