am f4ffafb1: Merge "Revert "Revert "Hide unwinder symbols in each binary."""

* commit 'f4ffafb1a3a2d103105650fcd9720aa390360a12':
  Revert "Revert "Hide unwinder symbols in each binary.""
This commit is contained in:
Dan Albert 2015-07-20 23:23:58 +00:00 committed by Android Git Automerger
commit 68b828e216
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ 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)