OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_BUILD_TYPE
(Results
1 - 3
of
3
) sorted by null
/build/
buildspec.mk.default
55
ifndef
HOST_BUILD_TYPE
56
#
HOST_BUILD_TYPE
:=debug
/build/core/
envsetup.mk
2
#
HOST_BUILD_TYPE
= { release debug }
98
ifeq ($(
HOST_BUILD_TYPE
),)
99
HOST_BUILD_TYPE
:= release
102
ifneq ($(
HOST_BUILD_TYPE
),release)
103
ifneq ($(
HOST_BUILD_TYPE
),debug)
104
$(error
HOST_BUILD_TYPE
must be either release or debug, not '$(
HOST_BUILD_TYPE
)')
218
HOST_OUT_ROOT := $(HOST_OUT_ROOT_$(
HOST_BUILD_TYPE
))
223
HOST_OUT := $(HOST_OUT_$(
HOST_BUILD_TYPE
))
dumpvar.mk
83
$(info
HOST_BUILD_TYPE
=$(
HOST_BUILD_TYPE
))
Completed in 422 milliseconds