DO NOT MERGE Restore libcorkscrew unwinding.

Bug: 15701117
Change-Id: I1d2164726b8f421d8e6741b84749fddb86b60809
This commit is contained in:
Christopher Ferris 2014-06-18 11:58:17 -07:00
parent 290efd244d
commit 5a69c1db36
1 changed files with 1 additions and 1 deletions

View File

@ -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)))