Merge "x86: Enable libunwind"

This commit is contained in:
Elliott Hughes 2014-01-30 19:01:30 +00:00 committed by Gerrit Code Review
commit caefe564a4
1 changed files with 1 additions and 1 deletions

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