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

Commit 224bdcb1 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Properties: remove sanitizers" am: 85abdb5d

am: aaf0c0a0

Change-Id: I75e609151f85d5198c61048e05fb8307b05d2149
parents 6d56f4b2 aaf0c0a0
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",