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

Commit df9edb35 authored by Yifeng Zeng's avatar Yifeng Zeng
Browse files

Disable native coverage for libinput_tests and inputflinger_tests.

These tests fail to build for coverage when Rust host coverage is
enabled. This is a temporary workaround until the underlying issue is
resolved.

Submit in git_main to backport to aosp-main with aosp/3070043

Flag: TEST_ONLY
Bug: 338242594
Bug: 330591720
Change-Id: Idf82d31ce8a7078c3502b7bcb7c959177a1bbe4e
parent 915b3152
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ cc_test {
            },
        },
    },
    native_coverage: false,
}

// NOTE: This is a compile time test, and does not need to be
+1 −0
Original line number Diff line number Diff line
@@ -123,4 +123,5 @@ cc_test {
        "device-tests",
        "device-platinum-tests",
    ],
    native_coverage: false,
}