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

Commit c3920dee authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am 11d04d04: am 351b0123: Merge "Enable libunwind on arm platforms."

* commit '11d04d04':
  Enable libunwind on arm platforms.
parents aca6a4c8 11d04d04
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 the list below.
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),))
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm))

#----------------------------------------------------------------------------
# The native libbacktrace library with libunwind.