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

Commit 001fafb6 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 7ee18ff6 d2f61411
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -900,14 +900,9 @@ cc_test {
        "libprotobuf-cpp-lite",
    ],
    sanitize: {
        address: true,
        all_undefined: true,
        cfi: true,
      hwaddress: true,
      integer_overflow: true,
      scs: true,
        diag: {
            undefined : true
        },
    },
}