am ad1961a7
: Merge "Don\'t use libunwindbacktrace for non-ARM."
* commit 'ad1961a74736e02ab16d8688ba7f41a687340bdc': Don't use libunwindbacktrace for non-ARM.
This commit is contained in:
@@ -68,8 +68,6 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
|
|||||||
else
|
else
|
||||||
ifeq (arm,$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH))
|
ifeq (arm,$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH))
|
||||||
my_static_libraries += libunwind_llvm
|
my_static_libraries += libunwind_llvm
|
||||||
else
|
|
||||||
my_static_libraries += libunwindbacktrace
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(my_link_type),static)
|
ifeq ($(my_link_type),static)
|
||||||
|
Reference in New Issue
Block a user