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

Commit 7c853f50 authored by Pawan Wagh's avatar Pawan Wagh Committed by Gerrit Code Review
Browse files

Merge "Revert "Remove leak detection options""

parents ed214073 9e2d2960
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -804,5 +804,12 @@ cc_defaults {

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