Merge "Keep symbols for linker"

This commit is contained in:
Dmitriy Ivanov 2014-08-14 22:50:52 +00:00 committed by Gerrit Code Review
commit 8457779b34

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)