am 2183dcb2: am 215959e7: Revert "Revert "Hide unwinder symbols in each binary.""

* commit '2183dcb2e315c652f1a0dd553098e2fbb6715035':
  Revert "Revert "Hide unwinder symbols in each binary.""
This commit is contained in:
Dan Albert
2015-07-24 03:02:38 +00:00
committed by Android Git Automerger

View File

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