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

Commit 1c436d98 authored by Sophie Zheng's avatar Sophie Zheng
Browse files

Update the jacoco include_filter & exclude_filter when building...

Update the jacoco include_filter & exclude_filter when building TelecomUnitTests to include sub-packages under com.android.server.telecom.

Test: Manual testing using test app.
Bug: 279089456
Change-Id: Id9bf61d0f11714feebfc767049fb3e2489f5f51d
(cherry picked from commit 0b0d7ad4)
parent f2163929
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"],