am e6279294: Merge "Revert "Revert enabling libunwind.""

* commit 'e627929490dfb92ab51ec6feb259d793a4a9f394':
  Revert "Revert enabling libunwind."
This commit is contained in:
Christopher Ferris 2013-11-07 19:14:31 -08:00 committed by Android Git Automerger
commit d36bfc30ae

View file

@ -23,7 +23,7 @@ common_shared_libs := \
liblog \ liblog \
# To enable using libunwind on each arch, add it to the list below. # 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. # The native libbacktrace library with libunwind.