summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/binary.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/binary.mk b/core/binary.mk
index aca32d779b..3b889266b7 100644
--- a/core/binary.mk
+++ b/core/binary.mk
@@ -58,7 +58,7 @@ my_additional_dependencies := $(LOCAL_ADDITIONAL_DEPENDENCIES)
my_export_c_include_dirs := $(LOCAL_EXPORT_C_INCLUDE_DIRS)
my_export_c_include_deps := $(LOCAL_EXPORT_C_INCLUDE_DEPS)
-ifneq (,$(strip $(foreach dir,$(COVERAGE_PATHS),$(filter $(dir)%,$(LOCAL_PATH)))))
+ifneq (,$(strip $(foreach dir,$(subst $(comma),$(space),$(COVERAGE_PATHS)),$(filter $(dir)%,$(LOCAL_PATH)))))
my_native_coverage := true
else
my_native_coverage := false