From db2309e3d104e47088135a7f1bb89ac853657838 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 7 Nov 2013 08:12:10 -0800 Subject: [PATCH] Revert enabling libunwind. It appears that some branches might not have libunwind set up properly. Change-Id: Ia72889e115bc2791c7a9e67563c5f4a62197cafd --- libbacktrace/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbacktrace/Android.mk b/libbacktrace/Android.mk index eb55b47f6..50354d0d6 100644 --- a/libbacktrace/Android.mk +++ b/libbacktrace/Android.mk @@ -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),arm)) +ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),)) #---------------------------------------------------------------------------- # The native libbacktrace library with libunwind.