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

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

Adding cc_defaults to disable leaks am: 475f66c1 am: aef18998 am: fe5f2cb6 am: d59c5944

parents 146609e0 d59c5944
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -792,3 +792,15 @@ cc_defaults {
        hotlists: ["4637097"],
    },
}

cc_defaults {
    name: "fuzzer_disable_leaks",
    fuzz_config: {
        asan_options: [
            "detect_leaks=0",
        ],
        hwasan_options: [
            "detect_leaks=0",
        ],
    },
}