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

Commit 05e76850 authored by Chris Manton's avatar Chris Manton
Browse files

Replace sanitize.address with sanitize.hwaddress

Also fix up some other test related infra

Bug: 254473601
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines
Ignore-AOSP-First: Cherry-pick

Merged-In: Idfd4e501e453864798f9bb1b00f35dd4fdef6db0
Change-Id: Idfd4e501e453864798f9bb1b00f35dd4fdef6db0
parent d54410ab
Loading
Loading
Loading
Loading
+3 −8
Original line number Original line Diff line number Diff line
@@ -890,14 +890,9 @@ cc_test {
        "libprotobuf-cpp-lite",
        "libprotobuf-cpp-lite",
    ],
    ],
    sanitize: {
    sanitize: {
        address: true,
      hwaddress: true,
        all_undefined: true,
        cfi: true,
      integer_overflow: true,
      integer_overflow: true,
      scs: true,
      scs: true,
        diag: {
            undefined : true
        },
    },
    },
}
}