From 5a69c1db365323f984c6a8afd1fc035551e96d99 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 18 Jun 2014 11:58:17 -0700 Subject: [PATCH] DO NOT MERGE Restore libcorkscrew unwinding. Bug: 15701117 Change-Id: I1d2164726b8f421d8e6741b84749fddb86b60809 --- libbacktrace/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbacktrace/Android.mk b/libbacktrace/Android.mk index 0ae88394d..80cd86121 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 this list. -libunwind_architectures := arm arm64 +libunwind_architectures := ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),$(libunwind_architectures)))