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

Commit dc6d9241 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am a6631bb3: am 3bcefc66: am 62f12bd9: Merge "Enable libunwind for mips."

* commit 'a6631bb3':
  Enable libunwind for mips.
parents d7ce27e8 a6631bb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ libbacktrace_shared_libraries_target := \
	libgccdemangle \

# To enable using libunwind on each arch, add it to this list.
libunwind_architectures := arm arm64 x86 x86_64
libunwind_architectures := arm arm64 mips x86 x86_64

ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),$(libunwind_architectures)))
libbacktrace_src_files += \