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

Commit 4a9c4b56 authored by David Duarte's avatar David Duarte
Browse files

Set CC of fuzz targets to android bluetooth security team

Also set the bluetooth componentid everywhere

Test: None
Change-Id: Ie31d60e0f7e94a3ef7ba013b885d10cc08fde950
parent 832603b8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -100,10 +100,8 @@ cc_defaults {
        "-DHAS_NO_BDROID_BUILDCFG",
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 155276,
        cc: ["android-bluetooth-security@google.com"],
        componentid: 27441,
    },
}

+2 −4
Original line number Diff line number Diff line
@@ -57,10 +57,8 @@ cc_defaults {
        "libbluetooth_headers",
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 155276,
        cc: ["android-bluetooth-security@google.com"],
        componentid: 27441,
    },
}

+2 −4
Original line number Diff line number Diff line
@@ -47,9 +47,7 @@ cc_fuzz {
        "-DBUILDCFG",
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 155276,
       cc: ["android-bluetooth-security@google.com"],
       componentid: 27441,
    },
}
+2 −3
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@ cc_fuzz {
        "libg722codec",
    ],
    fuzz_config: {
        cc: [
            "hsz@google.com",
        ],
        cc: ["android-bluetooth-security@google.com"],
        componentid: 27441,
    },
}
+4 −2
Original line number Diff line number Diff line
@@ -537,7 +537,8 @@ cc_fuzz {
        ":BluetoothL2capFuzzTestSources",
    ],
    fuzz_config: {
       cc: ["android-bluetooth@google.com"],
       cc: ["android-bluetooth-security@google.com"],
       componentid: 27441,
    },
}

@@ -557,7 +558,8 @@ cc_fuzz {
        "hci/fuzz/acl_manager_fuzz_test.cc",
    ],
    fuzz_config: {
       cc: ["zachoverflow@google.com"],
       cc: ["android-bluetooth-security@google.com"],
       componentid: 27441,
    },
}

Loading