commit | 2d215e38c02828c1f10ccdb205011025c4172cb6 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Apr 14 22:04:55 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 14 22:04:56 2015 +0000 |
tree | 66b701340e17e951ed78f0b8f0bfcecd339df9fa | |
parent | f37e96e232f7ac3d618526aafcd69705ac7bb3a4 [diff] | |
parent | 30a9c351d6495f8284a7a85c343c3e4f2a38295a [diff] |
Merge "Use libcompiler_rt-extras on the host too."
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