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

Commit 97d4e1a7 authored by Steven Moreland's avatar Steven Moreland
Browse files

binder_parcel_fuzzer: add cc's

Bug: N/A
Test: N/A
Change-Id: Ib1ab7d6131a3812405be750cdf3686ed5fea7758
parent 3c05e555
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,11 @@ cc_fuzz {
    name: "binder_parcel_fuzzer",
    name: "binder_parcel_fuzzer",
    defaults: ["libbinder_ndk_host_user"],
    defaults: ["libbinder_ndk_host_user"],
    host_supported: true,
    host_supported: true,

    fuzz_config: {
        cc: ["smoreland@google.com"],
    },

    srcs: [
    srcs: [
        "binder.cpp",
        "binder.cpp",
        "binder_ndk.cpp",
        "binder_ndk.cpp",