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

Commit c9db22c8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Additional sanitizers for libinput_tests" into main

parents f0af2e9f 2c77c709
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -58,11 +58,19 @@ cc_test {
        "-Wno-unused-parameter",
    ],
    sanitize: {
        address: true,
        hwaddress: true,
        undefined: true,
        all_undefined: true,
        diag: {
            cfi: true,
            integer_overflow: true,
            memtag_heap: true,
            undefined: true,
            misc_undefined: [
                "bounds",
                "all",
            ],
        },
    },
    shared_libs: [
@@ -92,11 +100,6 @@ cc_test {
                "libstatssocket_lazy",
            ],
        },
        host: {
            sanitize: {
                address: true,
            },
        },
    },
    native_coverage: false,
}