| name: "ContactsProvider", |
| // Only compile source java files in this apk. |
| "src/com/android/providers/contacts/EventLogTags.logtags", |
| // 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 |
| include_filter: ["com.android.providers.contacts.*"], |
| proguard_flags_files: ["proguard.flags"], |