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

Commit 14bcc3df authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Enable ubsan in inputflinger_tests

To ensure correctness, let's enable ubsan checker. Starting with just
our inputflinger tests first.

Bug: 251249010
Test: m inputflinger_tests && $ANDROID_HOST_OUT/nativetest64/inputflinger_tests/inputflinger_tests
Change-Id: Id340838fc87a5250ca131bd16023d8476cdec55d
parent e17c4398
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -86,6 +86,13 @@ cc_test {
            ],
        },
    },
    sanitize: {
        undefined: true,
        all_undefined: true,
        diag: {
            undefined: true,
        },
    },
    static_libs: [
        "libc++fs",
        "libgmock",