Merge "jacoco-report-classes-all.jar includes jar from other partitions"

This commit is contained in:
Treehugger Robot
2020-01-09 00:45:11 +00:00
committed by Gerrit Code Review

View File

@@ -1606,7 +1606,7 @@ else # TARGET_BUILD_APPS
endif
ifeq ($(EMMA_INSTRUMENT),true)
$(JACOCO_REPORT_CLASSES_ALL) : $(INSTALLED_SYSTEMIMAGE_TARGET)
$(JACOCO_REPORT_CLASSES_ALL) : $(modules_to_install)
$(call dist-for-goals, dist_files, $(JACOCO_REPORT_CLASSES_ALL))
endif