Merge "Enable libunwind on arm platforms."

This commit is contained in:
Christopher Ferris 2013-11-07 15:16:11 +00:00 committed by Gerrit Code Review
commit 351b012308

View file

@ -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.