am c3920dee: am 11d04d04: am 351b0123: Merge "Enable libunwind on arm platforms."
* commit 'c3920dee104856025f9416670efd7f05d1acd3a0': Enable libunwind on arm platforms.
This commit is contained in:
commit
3c8b229f60
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue