Merge "Update code coverage filter"
diff --git a/Android.mk b/Android.mk
index 1698686..8233e5b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,19 +12,12 @@
 
 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