Home
last modified time | relevance | path

Searched refs:Goma (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dpackage_ctx.go252 Goma bool member
263 if ctx.Config().UseGoma() && !supports.Goma {
Drule_builder.go714 if r.ctx.Config().UseGoma() && r.remoteable.Goma {
/build/soong/java/
Dkotlin.go29 var kotlinc = pctx.AndroidRemoteStaticRule("kotlinc", android.RemoteRuleSupports{Goma: true},
128 var kaptStubs = pctx.AndroidRemoteStaticRule("kaptStubs", android.RemoteRuleSupports{Goma: true},
/build/soong/bpf/
Dbpf.go40 ccRule = pctx.AndroidRemoteStaticRule("ccRule", android.RemoteRuleSupports{Goma: true},
/build/soong/cc/
Dbuilder.go45 cc = pctx.AndroidRemoteStaticRule("cc", android.RemoteRuleSupports{Goma: true, RBE: true},