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

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

re-enable the btcore_device_class and btcore_property fuzzers

The fuzz target that's causing build failures is btcore_module_fuzzer.

Test: CLANG_COVERAGE=true NATIVE_COVERAGE_PATHS=* make -j88 haiku
Change-Id: I94c5b29699083970b32f0b84a6c77c1fc2b57b1c
parent 8fea7e07
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ cc_defaults {

cc_fuzz {
    name: "btcore_device_class_fuzzer",
    enabled: false,
    defaults: [
        "btcore_fuzz_defaults",
    ],
@@ -77,7 +76,6 @@ cc_fuzz {

cc_fuzz {
    name: "btcore_property_fuzzer",
    enabled: false,
    defaults: [
        "btcore_fuzz_defaults",
    ],