Use strip mode mini-debug-info by default.

Bug: 27923447
Change-Id: If52eed69ea5c2e91bffacdb8520bf53deafced3e
This commit is contained in:
Yabin Cui 2016-04-15 17:42:17 -07:00
parent fab7995cd8
commit 0e131e7e2c
1 changed files with 1 additions and 1 deletions

View File

@ -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 := true
my_strip_module := mini-debug-info
endif
$(strip_output): PRIVATE_STRIP := $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP)