From 23af0ab8aedf2298c469488f21fb28dde0b06971 Mon Sep 17 00:00:00 2001 From: Sebastien Hertz Date: Wed, 6 Apr 2016 18:28:31 +0200 Subject: Update code coverage filter Bug: 28014424 Change-Id: I90405bc452050ee7ef4702013d93975bb2bbdef3 --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 9baffd3..64b8797 100644 --- a/Android.mk +++ b/Android.mk @@ -30,12 +30,12 @@ LOCAL_PACKAGE_NAME := CalendarProvider LOCAL_PRIVILEGED_MODULE := true -# 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.calendar.* +LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.providers.calendar.* include $(BUILD_PACKAGE) -- cgit v1.2.3