commit | ad1961a74736e02ab16d8688ba7f41a687340bdc | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Apr 14 23:17:39 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 14 23:17:41 2015 +0000 |
tree | 326983444b8673333b48529365df962db4cd32f7 | |
parent | 2d215e38c02828c1f10ccdb205011025c4172cb6 [diff] | |
parent | 3e99e662138cc70e211fe67d3c657550f333f81a [diff] |
Merge "Don't use libunwindbacktrace for non-ARM."
diff --git a/core/binary.mk b/core/binary.mk index 69131c3..8eefa76 100644 --- a/core/binary.mk +++ b/core/binary.mk
@@ -204,7 +204,7 @@ endif # Add in libcompiler_rt for all regular device builds -ifeq (,$(LOCAL_SDK_VERSION)$(LOCAL_IS_HOST_MODULE)$(WITHOUT_LIBCOMPILER_RT)) +ifeq (,$(LOCAL_SDK_VERSION)$(WITHOUT_LIBCOMPILER_RT)) my_static_libraries += $(COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES) endif