| commit | caefe564a4b05e717a3baec155b8968ad36e58b6 | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Thu Jan 30 19:01:30 2014 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 30 19:01:30 2014 +0000 |
| tree | 0d5a2a1d1ab6abffef394fc90fb07cabce6b3485 | |
| parent | 7957529d4419fa92928daebfdc5f5bb1ee50120a [diff] | |
| parent | c124402f39ec907ff18393885bd77ab72af2f80b [diff] |
Merge "x86: Enable libunwind"
diff --git a/libbacktrace/Android.mk b/libbacktrace/Android.mk index 0ae8839..17a807d 100644 --- a/libbacktrace/Android.mk +++ b/libbacktrace/Android.mk
@@ -23,7 +23,7 @@ liblog \ # To enable using libunwind on each arch, add it to this list. -libunwind_architectures := arm arm64 +libunwind_architectures := arm arm64 x86 ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),$(libunwind_architectures)))