Home
last modified time | relevance | path

Searched refs:UseGoma (Results 1 – 7 of 7) sorted by relevance

/build/soong/ui/build/
Dsandbox_linux.go69 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
Dconfig.go763 func (c *configImpl) UseGoma() bool { func
774 if !c.UseGoma() {
821 return c.UseGoma() || c.UseRBE()
/build/soong/android/
Dpackage_ctx.go248 if ctx.Config().UseGoma() && !supports.Goma {
Dconfig.go807 func (c *config) UseGoma() bool { func
808 return Bool(c.productVariables.UseGoma)
828 return c.UseGoma() || c.UseRBE()
Dvariable.go227 UseGoma *bool `json:",omitempty"` member
Drule_builder.go446 if ctx.Config().UseGoma() && r.remoteable.Goma {
/build/make/core/
Dsoong_config.mk163 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))