Keep symbols for linker
Bug: 17011146 Change-Id: I314e72a1ac9325bf5ea84d52e3d5bc51d8ea00cf
This commit is contained in:
parent
0d4ccee351
commit
ad5e8b5073
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ LOCAL_MODULE_STEM_32 := linker
|
|||
LOCAL_MODULE_STEM_64 := linker64
|
||||
LOCAL_MULTILIB := both
|
||||
|
||||
# Leave the symbols in the shared library so that stack unwinders can produce
|
||||
# meaningful name resolution.
|
||||
LOCAL_STRIP_MODULE := keep_symbols
|
||||
|
||||
include $(LOCAL_PATH)/linker_executable.mk
|
||||
ifdef TARGET_2ND_ARCH
|
||||
LOCAL_2ND_ARCH_VAR_PREFIX := $(TARGET_2ND_ARCH_VAR_PREFIX)
|
||||
|
|
Loading…
Reference in a new issue