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

Commit 7a93305c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Replace sanitize.address with sanitize.hwaddress" into tm-qpr-dev am: d2f61411

parents 3ad104ed d2f61411
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -890,14 +890,9 @@ cc_test {
        "libprotobuf-cpp-lite",
    ],
    sanitize: {
        address: true,
        all_undefined: true,
        cfi: true,
      hwaddress: true,
      integer_overflow: true,
      scs: true,
        diag: {
            undefined : true
        },
    },
}