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

* commit '3bcefc661347ec6424403fca664fc7caacc7e7fb':
  Enable libunwind for mips.
This commit is contained in:
Christopher Ferris 2014-02-26 22:34:57 +00:00 committed by Android Git Automerger
commit a6631bb38f

View file

@ -47,7 +47,7 @@ libbacktrace_shared_libraries_target := \
libgccdemangle \ libgccdemangle \
# To enable using libunwind on each arch, add it to this list. # 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))) ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),$(libunwind_architectures)))
libbacktrace_src_files += \ libbacktrace_src_files += \