forked from openkylin/platform_build
Merge "Revert "Use strip mode mini-debug-info by default.""
am: b34f69f
* commit 'b34f69f8499fe699edaca8715bed13b884cb9669':
Revert "Use strip mode mini-debug-info by default."
Change-Id: Ie234fc5a11933a3364c34981f110f25f6f0842b8
This commit is contained in:
commit
0ad593683e
|
@ -116,7 +116,7 @@ my_strip_module := $(firstword \
|
|||
$(LOCAL_STRIP_MODULE_$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) \
|
||||
$(LOCAL_STRIP_MODULE))
|
||||
ifeq ($(my_strip_module),)
|
||||
my_strip_module := mini-debug-info
|
||||
my_strip_module := true
|
||||
endif
|
||||
|
||||
$(strip_output): PRIVATE_STRIP := $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP)
|
||||
|
|
Loading…
Reference in New Issue