Update a Turbine Jacoco check
Test: m EMMA_INSTRUMENT=true Bug: 64308460 Change-Id: Idbfa58bdea178495e1f717043b908670fd4b15ed
This commit is contained in:
parent
f88c967670
commit
f001a5097c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue