OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_BUILD_TYPE
(Results
1 - 9
of
9
) sorted by null
/external/srec/make/asr/
Makefile.config
33
ifeq ($(
TARGET_BUILD_TYPE
),debug)
36
ifeq ($(
TARGET_BUILD_TYPE
),release)
39
$(error Unsupported
TARGET_BUILD_TYPE
for ASR)
/build/tools/
buildinfo.sh
14
echo "ro.build.type=$
TARGET_BUILD_TYPE
"
/build/
buildspec.mk.default
55
ifndef
TARGET_BUILD_TYPE
56
#
TARGET_BUILD_TYPE
:=release
57
#
TARGET_BUILD_TYPE
:=debug
envsetup.sh
58
TARGET_SIMULATOR=
TARGET_BUILD_TYPE
= \
262
export
TARGET_BUILD_TYPE
=
264
while [ -z $
TARGET_BUILD_TYPE
]
275
export
TARGET_BUILD_TYPE
=$DEFAULT_VALUE
278
export
TARGET_BUILD_TYPE
=release
281
export
TARGET_BUILD_TYPE
=release
284
export
TARGET_BUILD_TYPE
=debug
287
export
TARGET_BUILD_TYPE
=debug
508
export
TARGET_BUILD_TYPE
=debug
539
export
TARGET_BUILD_TYPE
=releas
[
all
...]
/build/core/
envsetup.mk
4
#
TARGET_BUILD_TYPE
= { release debug }
157
ifneq ($(
TARGET_BUILD_TYPE
),debug)
158
TARGET_BUILD_TYPE
:= release
182
TARGET_OUT_ROOT := $(TARGET_OUT_ROOT_$(
TARGET_BUILD_TYPE
))
197
# But, the debug type is controlled by
TARGET_BUILD_TYPE
and not
199
TARGET_PRODUCT_OUT_ROOT := $(HOST_OUT_$(
TARGET_BUILD_TYPE
))/pr
355
$(info
TARGET_BUILD_TYPE
=$(
TARGET_BUILD_TYPE
))
Makefile
65
ifeq ($(
TARGET_BUILD_TYPE
),debug)
121
$(hide)
TARGET_BUILD_TYPE
="$(TARGET_BUILD_VARIANT)" \
201
ifeq ($(
TARGET_BUILD_TYPE
),debug)
[
all
...]
/development/pdk/
Pdk.mk
210
ifeq ($(
TARGET_BUILD_TYPE
),debug)
/development/pdk/pndk/
Pndk.mk
167
ifeq ($(
TARGET_BUILD_TYPE
),debug)
/frameworks/base/
Android.mk
55
# than
TARGET_BUILD_TYPE
, otherwise builds can become inconsistent.
56
ifeq ($(
TARGET_BUILD_TYPE
),debug)
Completed in 135 milliseconds