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

* commit '62f12bd9b134a7a991d1d80bda563e870cb56e8e':
  Enable libunwind for mips.
This commit is contained in:
Christopher Ferris 2014-02-26 22:31:03 +00:00 committed by Android Git Automerger
commit 3bcefc6613

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