Merge "Revert "Hide unwinder symbols in each binary.""

This commit is contained in:
Elliott Hughes 2015-06-23 19:29:26 +00:00 committed by Gerrit Code Review
commit b7f56b979b
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
else
ifeq (arm,$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH))
my_static_libraries += libunwind_llvm
my_ldflags += -Wl,--exclude-libs,libunwind_llvm.a
endif
ifeq ($(my_link_type),static)