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

Commit caefe564 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "x86: Enable libunwind"

parents 7957529d c124402f
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)))