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

Commit 3b455ea9 authored by Jiyong Park's avatar Jiyong Park Committed by Gerrit Code Review
Browse files

Merge "Add a missing guard around JACOCO_REPORT_CLASSES_ALL"

parents 6059135b 3c875601
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5221,7 +5221,9 @@ $(JACOCO_REPORT_CLASSES_ALL) :
	find $(TARGET_COMMON_OUT_ROOT) $(HOST_COMMON_OUT_ROOT) -name "jacoco-report-classes.jar" -o -name "proguard_usage.zip" 2>/dev/null | sort > $@.list
	$(SOONG_ZIP) -o $@ -L 0 -C $(OUT_DIR) -P out -l $@.list

ifeq (,$(TARGET_BUILD_UNBUNDLED))
  $(JACOCO_REPORT_CLASSES_ALL): $(INTERNAL_ALLIMAGES_FILES)
endif
endif # EMMA_INSTRUMENT=true