Merge "Disable building coverage with javac"

This commit is contained in:
Treehugger Robot 2017-02-19 06:22:25 +00:00 committed by Gerrit Code Review
commit 271b1f6521
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 $< $@