summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2016-04-11 23:25:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-11 23:25:11 +0000
commit29943c6ce3720f0942a241c3bd8cb5f6ac31ed3b (patch)
treebc2c401c3c5e5ec61aec91dd58a70043ff7b5ff5
parent349e0f4b527d73ed575d4c33eed1e99599e5acf6 (diff)
parent1fac97f13fcda949bae32569eb2333c5b4161b61 (diff)
downloadandroid_packages_providers_CallLogProvider-29943c6ce3720f0942a241c3bd8cb5f6ac31ed3b.tar.gz
android_packages_providers_CallLogProvider-29943c6ce3720f0942a241c3bd8cb5f6ac31ed3b.tar.bz2
android_packages_providers_CallLogProvider-29943c6ce3720f0942a241c3bd8cb5f6ac31ed3b.zip
Update code coverage filter
am: 1fac97f * commit '1fac97f13fcda949bae32569eb2333c5b4161b61': Update code coverage filter Change-Id: I617b9e50a3225679bc983073a4ef886a29417330
-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