am caefe564: Merge "x86: Enable libunwind"

* commit 'caefe564a4b05e717a3baec155b8968ad36e58b6':
  x86: Enable libunwind
This commit is contained in:
Elliott Hughes 2014-01-31 12:17:16 +00:00 committed by Android Git Automerger
commit e5734557d9

View file

@ -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)))