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

Commit d2f61411 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents c2fce398 05e76850
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
        },
    },
}