summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-30 19:01:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-30 19:01:30 +0000
commitcaefe564a4b05e717a3baec155b8968ad36e58b6 (patch)
tree0d5a2a1d1ab6abffef394fc90fb07cabce6b3485
parent7957529d4419fa92928daebfdc5f5bb1ee50120a (diff)
parentc124402f39ec907ff18393885bd77ab72af2f80b (diff)
downloadsystem_core-caefe564a4b05e717a3baec155b8968ad36e58b6.zip
system_core-caefe564a4b05e717a3baec155b8968ad36e58b6.tar.gz
system_core-caefe564a4b05e717a3baec155b8968ad36e58b6.tar.bz2
Merge "x86: Enable libunwind"
-rw-r--r--libbacktrace/Android.mk2
1 files changed, 1 insertions, 1 deletions
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 @@ common_shared_libs := \
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)))