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

Commit 31c48053 authored by Jeff Gaston's avatar Jeff Gaston Committed by android-build-merger
Browse files

Merge "Consider empty LOCAL_JACK_COVERAGE_INCLUDE_FILTER to match everything"

am: 55ce60c2

Change-Id: Ib1901f36fa0e6263f65570c6ca565202f66ee22b
parents 9d5b7e56 55ce60c2
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -49,11 +49,6 @@ ifeq ($(LOCAL_EMMA_INSTRUMENT),true)
  else
    my_exclude_args :=
  endif
endif # LOCAL_EMMA_INSTRUMENT == true

# determine whether to run the instrumenter based on whether there is any work
# for it to do
ifneq ($(my_include_filter),)

  my_files := $(intermediates.COMMON)/jacoco

@@ -132,8 +127,8 @@ $(LOCAL_FULL_CLASSES_JACOCO_JAR): $(my_instrumented_timestamp_path) $(LOCAL_FULL
  # dependency.
$(LOCAL_FULL_CLASSES_JACOCO_JAR): $(my_classes_to_report_on_path)

else # my_include_filter == ''
else # LOCAL_EMMA_INSTRUMENT != true
  LOCAL_FULL_CLASSES_JACOCO_JAR := $(LOCAL_FULL_CLASSES_PRE_JACOCO_JAR)
endif # my_include_filter != ''
endif # LOCAL_EMMA_INSTRUMENT == true

LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_FULL_CLASSES_JACOCO_JAR)