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

Commit afe25958 authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by Gerrit Code Review
Browse files

Merge "Disable integer sanitization on host."

parents ae03c691 54c7886c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -103,6 +103,9 @@ cc_library {
                "trace-dev.c",
                "uevent.c",
            ],
            sanitize: {
                misc_undefined: ["integer"],
            },
        },

        android_arm: {
@@ -153,9 +156,6 @@ cc_library {
    ],

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

subdirs = ["tests"]