summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-02-26 13:41:32 -0800
committerChristopher Ferris <cferris@google.com>2014-02-26 13:41:32 -0800
commitc29a1345a08dbb911347f817026140589f0357ff (patch)
tree8c040e9fb601b251d5acaa0003f1cb5ee4b6e92e /libbacktrace
parentebb46d76e4bf4ee4f34b42709ea69cce07e3e322 (diff)
downloadsystem_core-c29a1345a08dbb911347f817026140589f0357ff.zip
system_core-c29a1345a08dbb911347f817026140589f0357ff.tar.gz
system_core-c29a1345a08dbb911347f817026140589f0357ff.tar.bz2
Enable libunwind for mips.
Change-Id: Ib1d7bea0cb7ac09a9e15c7f429ecfd944649fc87
Diffstat (limited to 'libbacktrace')
-rwxr-xr-xlibbacktrace/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/Android.mk b/libbacktrace/Android.mk
index 33af0a3..2e56756 100755
--- a/libbacktrace/Android.mk
+++ b/libbacktrace/Android.mk
@@ -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 += \