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 }
87
ifeq ($(
HOST_BUILD_TYPE
),)
88
HOST_BUILD_TYPE
:= release
91
ifneq ($(
HOST_BUILD_TYPE
),release)
92
ifneq ($(
HOST_BUILD_TYPE
),debug)
93
$(error
HOST_BUILD_TYPE
must be either release or debug, not '$(
HOST_BUILD_TYPE
)')
161
HOST_OUT_ROOT := $(HOST_OUT_ROOT_$(
HOST_BUILD_TYPE
))
165
HOST_OUT := $(HOST_OUT_$(
HOST_BUILD_TYPE
))
dumpvar.mk
90
$(info
HOST_BUILD_TYPE
=$(
HOST_BUILD_TYPE
))
Completed in 77 milliseconds