diff --git a/core/cxx_stl_setup.mk b/core/cxx_stl_setup.mk index 7961801a75..da84bdd29a 100644 --- a/core/cxx_stl_setup.mk +++ b/core/cxx_stl_setup.mk @@ -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)