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

Commit fcdf55c6 authored by Pawan Wagh's avatar Pawan Wagh Committed by Automerger Merge Worker
Browse files

Merge "Remove leak detection options" am: 0c590d71 am: 39605d93

parents 0af57cf3 39605d93
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
}