OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_strip_module
(Results
1 - 2
of
2
) sorted by null
/build/make/core/
dynamic_binary.mk
115
my_strip_module
:= $(firstword \
macro
118
ifeq ($(
my_strip_module
),)
119
my_strip_module
:= mini-debug-info
macro
122
ifeq ($(
my_strip_module
),mini-debug-info)
127
my_strip_module
:= true
macro
135
ifeq ($(
my_strip_module
),no_debuglink)
141
ifeq ($(
my_strip_module
),mini-debug-info)
145
else ifneq ($(filter true no_debuglink,$(
my_strip_module
)),)
149
else ifeq ($(
my_strip_module
),keep_symbols)
168
endif #
my_strip_module
[
all
...]
prebuilt_internal.mk
40
my_strip_module
:= $(firstword \
macro
60
ifeq ($(LOCAL_IS_HOST_MODULE)$(
my_strip_module
),)
62
my_strip_module
:= no_debuglink
macro
111
ifneq ($(filter true keep_symbols no_debuglink mini-debug-info,$(
my_strip_module
) $(my_pack_module_relocations)),)
122
LOCAL_STRIP_MODULE_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) := $(
my_strip_module
)
127
else #
my_strip_module
and my_pack_module_relocations not true
197
# "
my_strip_module
not true" because otherwise the rules are defined in dynamic_binary.mk.
198
endif #
my_strip_module
not true
Completed in 47 milliseconds