Keep symbols for linker
Bug: 17011146 (cherry picked from commit ad5e8b50737144833233d47fe04deb3fa0284df2) Change-Id: Ib1d3f8d6d38af98586658e01ed1ec79d2c5b4d42
This commit is contained in:
parent
e2050ae1aa
commit
be4348e7c7
@ -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…
x
Reference in New Issue
Block a user