Add jack-jacoco-plugin.jar to build tools

Bug: 28945296

(cherry picked from commit fa52ee31da)

Change-Id: I02692a8f6495c280005130704c46f4620f1fd3e2
This commit is contained in:
Sebastien Hertz
2016-05-24 19:02:31 +02:00
parent fbaf0884db
commit 882fd85a9b
2 changed files with 2 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ ALL_SDK_FILES += prebuilts/sdk/tools/jills/jill-$(JACK_SDKTOOL_VERSION).jar
# The Jack reporter tool for code coverage
ALL_SDK_FILES += prebuilts/sdk/tools/jack-jacoco-reporter.jar
ALL_SDK_FILES += prebuilts/sdk/tools/jack-coverage-plugin.jar
# The uiautomator stubs
ALL_SDK_FILES += $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar

View File

@@ -147,6 +147,7 @@ prebuilts/sdk/tools/jills/jill-${JACK_SDKTOOL_VERSION}.jar build-
# The Jack reporter tool for code coverage
prebuilts/sdk/tools/jack-jacoco-reporter.jar build-tools/${PLATFORM_NAME}/jack-jacoco-reporter.jar
prebuilts/sdk/tools/jack-coverage-plugin.jar build-tools/${PLATFORM_NAME}/jack-coverage-plugin.jar
##############################################################################