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

Original change: https://android-review.googlesource.com/c/platform/build/+/1549483

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iffccbd0df1eb72cde92c8c6ecd23d309e1ba1a76
This commit is contained in:
Treehugger Robot 2021-01-14 04:19:54 +00:00 committed by Automerger Merge Worker
commit 85a38236a9

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