Skip to content

Commit fa52ee3

Browse files
author
Sebastien Hertz
committed
Add jack-jacoco-plugin.jar to build tools
Bug: 28945296 Change-Id: Ica695a24409fb7caabb50b39e27b066336590958
1 parent 42f3f55 commit fa52ee3

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
@@ -88,6 +88,7 @@ ALL_SDK_FILES += prebuilts/sdk/tools/jills/jill-$(JACK_SDKTOOL_VERSION).jar
8888

8989
# The Jack reporter tool for code coverage
9090
ALL_SDK_FILES += prebuilts/sdk/tools/jack-jacoco-reporter.jar
91+
ALL_SDK_FILES += prebuilts/sdk/tools/jack-coverage-plugin.jar
9192

9293
# The uiautomator stubs
9394
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
@@ -137,6 +137,7 @@ prebuilts/sdk/tools/jills/jill-${JACK_SDKTOOL_VERSION}.jar build-
137137

138138
# The Jack reporter tool for code coverage
139139
prebuilts/sdk/tools/jack-jacoco-reporter.jar build-tools/${PLATFORM_NAME}/jack-jacoco-reporter.jar
140+
prebuilts/sdk/tools/jack-coverage-plugin.jar build-tools/${PLATFORM_NAME}/jack-coverage-plugin.jar
140141

141142

142143
##############################################################################

0 commit comments

Comments
 (0)