Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c124402f authored by Pavel Chupin's avatar Pavel Chupin Committed by Elliott Hughes
Browse files

x86: Enable libunwind



Change-Id: I098787f57801f68d0419732d5fd475c7e916c92c
Signed-off-by: default avatarPavel Chupin <pavel.v.chupin@intel.com>
parent 7957529d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)))