summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2010-08-26 13:15:32 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-26 13:15:32 -0700
commit73a6a6247ae6acde7b0c75c060aa2d44b9820cc5 (patch)
treef1b8c269fd9481e13282b62ac83a740d5dd5bbd5 /Android.mk
parent4458d63ef3384832fd2ad82130d4ad042cce2de6 (diff)
parentf1ee431f3c9e6074ed308312867808490b1770f6 (diff)
downloadpackages_providers_ContactsProvider-73a6a6247ae6acde7b0c75c060aa2d44b9820cc5.zip
packages_providers_ContactsProvider-73a6a6247ae6acde7b0c75c060aa2d44b9820cc5.tar.gz
packages_providers_ContactsProvider-73a6a6247ae6acde7b0c75c060aa2d44b9820cc5.tar.bz2
am f1ee431f: add emma filter to make file
Merge commit 'f1ee431f3c9e6074ed308312867808490b1770f6' * commit 'f1ee431f3c9e6074ed308312867808490b1770f6': add emma filter to make file
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e3b3bb4..bcd6b9e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,6 +19,13 @@ LOCAL_STATIC_JAVA_LIBRARIES += android-common com.android.vcard
# 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_PACKAGE_NAME := ContactsProvider
LOCAL_CERTIFICATE := shared