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

Commit 6b70c61c authored by Pawan Wagh's avatar Pawan Wagh
Browse files

Remove leak detection options

Test: m wificond_service_fuzzer
Bug: 286112918
Change-Id: I966282acf504ee66548bb2a5e77df5ede103e345
parent 1ff12cff
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -804,12 +804,5 @@ cc_defaults {

cc_defaults {
    name: "fuzzer_disable_leaks",
    fuzz_config: {
        asan_options: [
            "detect_leaks=0",
        ],
        hwasan_options: [
            "detect_leaks=0",
        ],
    },
    //TODO(b/286112918) : Readd leak detection options
}