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

Commit 106a0d32 authored by Tom Cherry's avatar Tom Cherry
Browse files

Properties: remove sanitizers

These are broken on OS X and host linux with the latest clang, so time
to disable this across the board before we hit even more unexpected
breakages.

Test: Boot bullhead
Change-Id: I405f5d96675d20f325853ee29049d80eb009bbd8
parent f008571a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4,13 +4,6 @@ cc_library_static {
    srcs: ["property_info_parser.cpp"],

    cpp_std: "experimental",
    target: {
        linux: {
            sanitize: {
                misc_undefined: ["signed-integer-overflow"],
            },
        },
    },
    cppflags: [
        "-Wall",
        "-Wextra",
+0 −7
Original line number Diff line number Diff line
@@ -2,13 +2,6 @@ cc_defaults {
    name: "propertyinfoserializer_defaults",
    host_supported: true,
    cpp_std: "experimental",
    target: {
        linux: {
            sanitize: {
                misc_undefined: ["signed-integer-overflow"],
            },
        },
    },
    cppflags: [
        "-Wall",
        "-Wextra",
+0 −7
Original line number Diff line number Diff line
@@ -3,13 +3,6 @@ cc_binary {
    host_supported: true,
    static_executable: true,
    cpp_std: "experimental",
    target: {
        linux: {
            sanitize: {
                misc_undefined: ["signed-integer-overflow"],
            },
        },
    },
    static_libs: [
        "libpropertyinfoserializer",
        "libpropertyinfoparser",