forked from openkylin/platform_build
Revert "Hide unwinder symbols in each binary."
This reverts commit dc30a16ba2
.
Change-Id: Ib6af148bcaa3041b3040e525442a39b493852794
This commit is contained in:
parent
dc30a16ba2
commit
61f675bb53
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue