Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad1961a7 authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Don't use libunwindbacktrace for non-ARM."

parents 2d215e38 3e99e662
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)