Merge "Disable building coverage with javac"

am: 271b1f6521

Change-Id: Ie65e362bd9736623dec3041891f060cf56b98895
This commit is contained in:
Colin Cross 2017-02-19 06:28:53 +00:00 committed by android-build-merger
commit 2f23c5caf7
1 changed files with 2 additions and 1 deletions

View File

@ -502,7 +502,8 @@ $(full_classes_emma_jar): $(full_classes_jarjar_jar)
endif
# Keep a copy of the jar just before proguard processing.
$(full_classes_jar): $(full_classes_emma_jar) | $(ACP)
# TODO: this should depend on full_classes_emma_jar once coverage works again
$(full_classes_jar): $(full_classes_jarjar_jar) | $(ACP)
@echo Copying: $@
$(hide) $(ACP) -fp $< $@