Don't use libunwindbacktrace for non-ARM.

After fixing the link order here, it seems libunwindbacktrace no
longer works for exception unwinding, but libgcc now does.

Change-Id: Ice79af4b8f234ed6a053ee818b6dec3aa9706c8a
This commit is contained in:
Dan Albert 2015-04-14 14:42:45 -07:00
parent f37e96e232
commit 3e99e66213
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,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
else
my_static_libraries += libunwindbacktrace
endif
ifeq ($(my_link_type),static)