Home
last modified time | relevance | path

Searched refs:UseRBE (Results 1 – 6 of 6) sorted by relevance

/build/soong/ui/build/
Dconfig.go262 if ret.UseRBE() {
787 func (c *configImpl) UseRBE() bool { func
798 if !c.UseRBE() {
821 return c.UseGoma() || c.UseRBE()
/build/soong/android/
Dpackage_ctx.go254 if ctx.Config().UseRBE() && !supports.RBE {
Dconfig.go811 func (c *config) UseRBE() bool { func
812 return Bool(c.productVariables.UseRBE)
828 return c.UseGoma() || c.UseRBE()
Dvariable.go228 UseRBE *bool `json:",omitempty"` member
Drule_builder.go448 } else if ctx.Config().UseRBE() && r.remoteable.RBE {
/build/make/core/
Dsoong_config.mk164 $(call add_json_bool, UseRBE, $(filter-out false,$(USE_RBE)))