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

Commit 8c0c263e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add sanitizers to libinput" into udc-qpr-dev am: fe40d8cd

parents 04209d62 fe40d8cd
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -85,6 +85,12 @@ cc_library {
        "-Wl,--exclude-libs=libtflite_static.a",
    ],

    sanitize: {
        undefined: true,
        all_undefined: true,
        misc_undefined: ["integer"],
    },

    static_libs: [
        "libui-types",
        "libtflite_static",
@@ -117,10 +123,6 @@ cc_library {
                "libgui_window_info_static",
            ],

            sanitize: {
                misc_undefined: ["integer"],
            },

            required: [
                "motion_predictor_model_prebuilt",
            ],