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

* commit '11d04d04418503e2381cf4479a105efaf7c13992':
  Enable libunwind on arm platforms.
This commit is contained in:
Christopher Ferris 2013-11-07 08:59:22 -08:00 committed by Android Git Automerger
commit c3920dee10
1 changed files with 1 additions and 1 deletions

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.