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

  /build/
buildspec.mk.default 62 ifndef HOST_BUILD_TYPE
63 #HOST_BUILD_TYPE:=debug
  /build/core/
envsetup.mk 2 # HOST_BUILD_TYPE = { release debug }
104 ifeq ($(HOST_BUILD_TYPE),)
105 HOST_BUILD_TYPE := release
108 ifneq ($(HOST_BUILD_TYPE),release)
109 ifneq ($(HOST_BUILD_TYPE),debug)
110 $(error HOST_BUILD_TYPE must be either release or debug, not '$(HOST_BUILD_TYPE)')
175 HOST_OUT_ROOT := $(HOST_OUT_ROOT_$(HOST_BUILD_TYPE))
179 HOST_OUT := $(HOST_OUT_$(HOST_BUILD_TYPE))
187 # HOST_BUILD_TYPE
    [all...]

Completed in 1292 milliseconds