Merge "jacoco-report-classes-all.jar includes jar from other partitions" am: 3801c82e33 am: bf9e4cdd81

Change-Id: I6adf59d2188289165034d7374fe50ad1f32dda54
This commit is contained in:
Automerger Merge Worker
2020-01-09 01:05:03 +00:00

View File

@@ -1603,7 +1603,7 @@ else # TARGET_BUILD_APPS
endif endif
ifeq ($(EMMA_INSTRUMENT),true) 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)) $(call dist-for-goals, dist_files, $(JACOCO_REPORT_CLASSES_ALL))
endif endif