Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Update code coverage filter"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Hertz authored and Gerrit Code Review committed Apr 11, 2016
2 parents 9b2d8e1 + 23af0ab commit f0296ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android.mk
Expand Up @@ -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)

Expand Down

0 comments on commit f0296ac

Please sign in to comment.