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

Commit c5ff3d24 authored by Kris Alder's avatar Kris Alder
Browse files

disable libpdx_fuzz

This currently breaks builds with line coverage enabled. We need to
disable it until the problem can be fixed.

Test: NATIVE_COVERAGE=true NATIVE_LINE_COVERAGE=true COVERAGE_PATHS="*" make haiku-line-coverage
Change-Id: I9311063f517cb5fdeb34d065a040c06bf4dc594f
parent 362f0366
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,4 +16,8 @@ cc_fuzz {
        "libutils",
        "liblog",
    ],
    fuzz_config: {
        fuzz_on_haiku_host: false,
        fuzz_on_haiku_device: false,
    },
}