Enable libunwind for mips.

Change-Id: Ib1d7bea0cb7ac09a9e15c7f429ecfd944649fc87
This commit is contained in:
Christopher Ferris 2014-02-26 13:41:32 -08:00
parent ebb46d76e4
commit c29a1345a0

View file

@ -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 += \