Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dsandbox_linux.go65 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
Dninja.go46 if config.UseGoma() {
Dconfig.go472 func (c *configImpl) UseGoma() bool { func
483 if !c.UseGoma() {
/build/soong/android/
Dpackage_ctx.go255 if ctx.Config().UseGoma() && params.Pool == nil {
Dvariable.go194 UseGoma *bool `json:",omitempty"` member
Dconfig.go713 func (c *config) UseGoma() bool { func
714 return Bool(c.productVariables.UseGoma)
/build/make/core/
Dsoong_config.mk141 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))