commit | 62f12bd9b134a7a991d1d80bda563e870cb56e8e | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Feb 26 21:47:52 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 26 21:47:52 2014 +0000 |
tree | 990ee333d9828d30d203ebe68e0e671a6a47a340 | |
parent | 9453bce4cff952aab5c90f5b30c6c12d3e1521e5 [diff] | |
parent | c29a1345a08dbb911347f817026140589f0357ff [diff] |
Merge "Enable libunwind for mips."
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 @@ 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 += \