summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2016-04-11 23:40:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-11 23:40:33 +0000
commite7986e602b274e647cb5992cf93f3ab7706299b8 (patch)
treed4449abb345880d7b08443f5795688643aa53d52
parent7914bccda3fde840ae3a476baa9cf735ac962e46 (diff)
parent68383f6fb47cb1b0336c8ecc61723117edb1eed8 (diff)
downloadandroid_packages_providers_CallLogProvider-e7986e602b274e647cb5992cf93f3ab7706299b8.tar.gz
android_packages_providers_CallLogProvider-e7986e602b274e647cb5992cf93f3ab7706299b8.tar.bz2
android_packages_providers_CallLogProvider-e7986e602b274e647cb5992cf93f3ab7706299b8.zip
Update code coverage filter am: 1fac97f am: 29943c6
am: 68383f6 * commit '68383f6fb47cb1b0336c8ecc61723117edb1eed8': Update code coverage filter Change-Id: I41da6256c497cf95c0d558a4b98fa8e5392d3f0e
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 356e001..159106a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -6,12 +6,12 @@ LOCAL_MODULE_TAGS := optional
# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-# The Emma tool analyzes code coverage when running unit tests on the
+# The Jacoco tool analyzes code coverage when running unit tests on the
# application. This configuration line selects which packages will be analyzed,
# leaving out code which is tested by other means (e.g. static libraries) that
# would dilute the coverage results. These options do not affect regular
# production builds.
-LOCAL_EMMA_COVERAGE_FILTER := +com.android.calllogbackup.*
+LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.calllogbackup.*
LOCAL_PACKAGE_NAME := CallLogBackup
LOCAL_CERTIFICATE := shared