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

Commit 5e817da3 authored by Ayushi Khopkar's avatar Ayushi Khopkar
Browse files

Updated fuzz_config in Android.bp file

Added new fields in fuzz_config like - hotlists,
description, vector, service_privilege, users, fuzzed_code_usage, etc.

Bug: 271384401
Bug: 306435930
Test: Build the updated fuzz targets

Change-Id: Ifbdc27e87ef9b68affec9db87be8ad389f820aae
parent aaaad880
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -38,11 +38,19 @@ cc_defaults {
    ],
    fuzz_config: {

        cc: ["jameswei@google.com"],
        componentid: 1344,
        cc: ["android-usb@google.com"],
        componentid: 1407286,
        acknowledgement: [
            "Grant Hernandez of Google",
        ],
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libmtp library",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}
cc_fuzz {