Skip to content

Commit 882fd85

Browse files
author
Sebastien Hertz
committed
Add jack-jacoco-plugin.jar to build tools
Bug: 28945296 (cherry picked from commit fa52ee3) Change-Id: I02692a8f6495c280005130704c46f4620f1fd3e2
1 parent fbaf088 commit 882fd85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ ALL_SDK_FILES += prebuilts/sdk/tools/jills/jill-$(JACK_SDKTOOL_VERSION).jar
9696

9797
# The Jack reporter tool for code coverage
9898
ALL_SDK_FILES += prebuilts/sdk/tools/jack-jacoco-reporter.jar
99+
ALL_SDK_FILES += prebuilts/sdk/tools/jack-coverage-plugin.jar
99100

100101
# The uiautomator stubs
101102
ALL_SDK_FILES += $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar

build/sdk.atree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ prebuilts/sdk/tools/jills/jill-${JACK_SDKTOOL_VERSION}.jar build-
147147

148148
# The Jack reporter tool for code coverage
149149
prebuilts/sdk/tools/jack-jacoco-reporter.jar build-tools/${PLATFORM_NAME}/jack-jacoco-reporter.jar
150+
prebuilts/sdk/tools/jack-coverage-plugin.jar build-tools/${PLATFORM_NAME}/jack-coverage-plugin.jar
150151

151152

152153
##############################################################################

0 commit comments

Comments
 (0)