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

Commit 255cc9e7 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12851542 from c9db22c8 to 25Q2-release

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