x86: Enable libunwind
Change-Id: I098787f57801f68d0419732d5fd475c7e916c92c Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
This commit is contained in:
parent
7957529d44
commit
c124402f39
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue