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

Commit 659a624e authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Enable ub sanitizer for libinput_tests

These can help us identify issues in our tests.

Bug: 251249010
Test: m libinput_tests && $ANDROID_HOST_OUT/nativetest64/libinput_tests/libinput_tests
Change-Id: I7273eba1bb218f0f4090e0a4bc252dd8d3b98b14
parent c1270f0f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -43,6 +43,13 @@ cc_test {
        "-Werror",
        "-Wno-unused-parameter",
    ],
    sanitize: {
        undefined: true,
        all_undefined: true,
        diag: {
            undefined: true,
        },
    },
    shared_libs: [
        "libbase",
        "libbinder",