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

Commit 286c6911 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable crashing fuzzer on infra" into main am: 912f0b23 am: e08348b2 am: 9c37b00d

parents 7493b009 9c37b00d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ cc_fuzz {
        triage_assignee: "waghpawan@google.com",

        // This fuzzer should be used only test fuzzService locally
        fuzz_on_haiku_host: false,
        fuzz_on_haiku_device: false,
        fuzz_on_haiku_host: true,
        fuzz_on_haiku_device: true,
    },
}