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

Commit 88b1d3c4 authored by Steven Moreland's avatar Steven Moreland
Browse files

binder_parcel_fuzzer: remove log variant

so that it is not pulled into infra

Bug: N/A
Test: binder_parcel_fuzzer
Change-Id: I462748c0e87286021d51315ade7bd3ae2b602535
parent e676761d
Loading
Loading
Loading
Loading
+6 −14
Original line number Diff line number Diff line
cc_defaults {
    name: "binder_parcel_fuzzer_defaults",
cc_fuzz {
    name: "binder_parcel_fuzzer",
    defaults: ["libbinder_ndk_host_user"],
    host_supported: true,
    srcs: [
@@ -36,16 +36,8 @@ cc_defaults {
            ],
        },
    },
    defaults_visibility: [":__subpackages__"],
}

cc_fuzz {
    name: "binder_parcel_fuzzer",
    defaults: ["binder_parcel_fuzzer_defaults"],
}

cc_fuzz {
    name: "binder_parcel_fuzzer_logs",
    defaults: ["binder_parcel_fuzzer_defaults"],
    cflags: ["-DENABLE_LOG_FUZZ"],
    // This flag enables verbose output in the fuzz target, and is very useful
    // for debugging a failure. If you are trying to diagnose how a crash was
    // produced, you may find uncommenting the below line very useful.
    // cflags: ["-DENABLE_LOG_FUZZ"],
}