Merge "jacoco-report-classes-all.jar doesn't depend on fake modules"

This commit is contained in:
Treehugger Robot
2021-01-14 00:28:17 +00:00
committed by Gerrit Code Review

View File

@@ -1750,7 +1750,7 @@ else ifeq (,$(TARGET_BUILD_UNBUNDLED))
endif
ifeq ($(EMMA_INSTRUMENT),true)
$(JACOCO_REPORT_CLASSES_ALL) : $(modules_to_install)
$(JACOCO_REPORT_CLASSES_ALL) : $(filter-out $(TARGET_OUT_FAKE)/%,$(modules_to_install))
$(call dist-for-goals, dist_files, $(JACOCO_REPORT_CLASSES_ALL))
endif