Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a923a4d authored by Ryan Campbell's avatar Ryan Campbell Committed by android-build-merger
Browse files

Merge "Define coverage paths using comma-separated list." am: 8a4b4e84 am: 96bc733a

am: 78055c2b

Change-Id: If414c9d2868242e03abf20b2d21e317ffccca677
parents cf4b491b 78055c2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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