diff options
| author | Christopher Ferris <cferris@google.com> | 2014-02-26 21:47:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-02-26 21:47:52 +0000 |
| commit | 62f12bd9b134a7a991d1d80bda563e870cb56e8e (patch) | |
| tree | 990ee333d9828d30d203ebe68e0e671a6a47a340 | |
| parent | 9453bce4cff952aab5c90f5b30c6c12d3e1521e5 (diff) | |
| parent | c29a1345a08dbb911347f817026140589f0357ff (diff) | |
| download | system_core-62f12bd9b134a7a991d1d80bda563e870cb56e8e.zip system_core-62f12bd9b134a7a991d1d80bda563e870cb56e8e.tar.gz system_core-62f12bd9b134a7a991d1d80bda563e870cb56e8e.tar.bz2 | |
Merge "Enable libunwind for mips."
| -rwxr-xr-x | libbacktrace/Android.mk | 2 |
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 += \ |
