aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2016-04-11 23:00:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-11 23:00:24 +0000
commit76233a1b0ac223ce3b3804c0df322d6b48295041 (patch)
tree373709b51e4aa794dfc9f4ce35dc37a0f38ed774
parentedd9617db2650a82956169152213231c1b515f1b (diff)
parent5508cc7b69acc34bec6d5beb8d31152f49d09774 (diff)
downloadContactsProvider-nougat-mr1-wear-release.tar.gz
-rw-r--r--Android.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/Android.mk b/Android.mk
index 1698686f..8233e5be 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,19 +12,12 @@ LOCAL_JAVA_LIBRARIES := ext telephony-common
LOCAL_STATIC_JAVA_LIBRARIES += android-common com.android.vcard guava
-# 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.providers.contacts.*
-
-# The Emma 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.providers.contacts.*
+LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.providers.contacts.*
LOCAL_PACKAGE_NAME := ContactsProvider
LOCAL_CERTIFICATE := shared