Skip to content

Commit

Permalink
Merge "Include jacoco in core-libart for full coverage build"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Hertz authored and Gerrit Code Review committed Apr 6, 2016
2 parents 5b21edd + 827e3d4 commit efb7278
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions JavaLibrary.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ LOCAL_JAVA_LANGUAGE_VERSION := 1.8
LOCAL_MODULE := core-libart
LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/JavaLibrary.mk
LOCAL_JAVA_LIBRARIES := core-all
ifeq ($(EMMA_INSTRUMENT),true)
ifneq ($(EMMA_INSTRUMENT_STATIC),true)
# For instrumented build, include Jacoco classes into core-libart.
LOCAL_STATIC_JAVA_LIBRARIES := jacocoagent
endif # EMMA_INSTRUMENT_STATIC
endif # EMMA_INSTRUMENT
LOCAL_CORE_LIBRARY := true
LOCAL_REQUIRED_MODULES := tzdata
include $(BUILD_JAVA_LIBRARY)
Expand Down

0 comments on commit efb7278

Please sign in to comment.