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

  /build/make/
buildspec.mk.default 61 ifndef HOST_BUILD_TYPE
62 #HOST_BUILD_TYPE:=debug
  /build/make/core/
envsetup.mk 2 # HOST_BUILD_TYPE = { release debug }
158 ifeq ($(HOST_BUILD_TYPE),)
159 HOST_BUILD_TYPE := release
162 ifneq ($(HOST_BUILD_TYPE),release)
163 ifneq ($(HOST_BUILD_TYPE),debug)
164 $(error HOST_BUILD_TYPE must be either release or debug, not '$(HOST_BUILD_TYPE)')
  /build/soong/ui/build/
dumpvars.go 108 "HOST_BUILD_TYPE",

Completed in 257 milliseconds