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

View file

@ -23,7 +23,7 @@ common_shared_libs := \
liblog \ liblog \
# To enable using libunwind on each arch, add it to this list. # 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))) ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),$(libunwind_architectures)))