HomeSort by relevance Sort by last modified time
    Searched refs:USE_GOMA (Results 1 - 5 of 5) sorted by null

  /build/make/core/
goma.mk 21 ifneq ($(filter-out false,$(USE_GOMA)),)
soong_config.mk 36 echo ' "UseGoma": $(if $(filter-out false,$(USE_GOMA)),true,false),'; \
  /build/soong/android/
defs.go 83 // Used only when USE_GOMA=true is set, to restrict non-goma jobs to the local parallelism value
package_ctx.go 164 // When USE_GOMA=true is set and the rule is not supported by goma, restrict jobs to the
  /build/soong/ui/build/
config.go 251 if v, ok := c.environ.Get("USE_GOMA"); ok {

Completed in 476 milliseconds