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:
commit
85a38236a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue