am 8457779b: Merge "Keep symbols for linker"

* commit '8457779b3469f5fa6b8104c2fd3869a72f1345dd':
  Keep symbols for linker
This commit is contained in:
Dmitriy Ivanov 2014-08-14 22:55:53 +00:00 committed by Android Git Automerger
commit f6829737cc

View File

@ -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)