Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8a58c98 authored by Sophie Zheng's avatar Sophie Zheng Committed by Android (Google) Code Review
Browse files

Merge "Update the jacoco include_filter & exclude_filter when building...

Merge "Update the jacoco include_filter & exclude_filter when building TelecomUnitTests to include sub-packages under com.android.server.telecom." into udc-qpr-dev
parents af9badc1 1c436d98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -98,8 +98,8 @@ android_test {
    platform_apis: true,
    certificate: "platform",
    jacoco: {
        include_filter: ["com.android.server.telecom.*"],
        exclude_filter: ["com.android.server.telecom.tests.*"],
        include_filter: ["com.android.server.telecom.**"],
        exclude_filter: ["com.android.server.telecom.tests.**"],
    },
    test_suites: ["device-tests"],
    defaults: ["SettingsLibDefaults"],