Merge "Update a Turbine Jacoco check" am: 0832a9976c

am: 9d5b7e56f0

Change-Id: Id9888f551dc8d6118469a20ecd5d885a7a690e13
This commit is contained in:
Jeff Gaston 2017-10-25 20:23:58 +00:00 committed by android-build-merger
commit e0a7bfb687
1 changed files with 1 additions and 1 deletions

View File

@ -122,6 +122,6 @@ include $(BUILD_SYSTEM)/jacoco.mk
$(eval $(call copy-one-file,$(LOCAL_FULL_CLASSES_JACOCO_JAR),$(LOCAL_BUILT_MODULE)))
$(eval $(call copy-one-file,$(LOCAL_FULL_CLASSES_JACOCO_JAR),$(full_classes_jar)))
ifneq ($(TURBINE_DISABLED),false)
ifeq ($(TURBINE_ENABLED),false)
$(eval $(call copy-one-file,$(LOCAL_FULL_CLASSES_JACOCO_JAR),$(full_classes_header_jar)))
endif