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 - 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
)')
186
HOST_OUT_ROOT := $(HOST_OUT_ROOT_$(
HOST_BUILD_TYPE
))
190
HOST_OUT := $(HOST_OUT_$(
HOST_BUILD_TYPE
))
198
#
HOST_BUILD_TYPE
[
all
...]
Completed in 339 milliseconds