Merge "Revert enabling libunwind."

This commit is contained in:
Elliott Hughes 2013-11-07 16:44:53 +00:00 committed by Gerrit Code Review
commit 62ea993a69

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),arm)) ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),))
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
# The native libbacktrace library with libunwind. # The native libbacktrace library with libunwind.