DO NOT MERGE Restore libcorkscrew unwinding.
Bug: 15701117 Change-Id: I1d2164726b8f421d8e6741b84749fddb86b60809
This commit is contained in:
parent
290efd244d
commit
5a69c1db36
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue