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

Commit fc23bb6f 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
Test: Build the updated fuzz targets

Change-Id: I8863fe758d183f5378362828dd7026f04e51d0af
parent 5a00b850
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -105,6 +105,14 @@ cc_defaults {
    fuzz_config: {
        cc: ["android-bluetooth-security@google.com"],
        componentid: 27441,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libbt-audio-hal-interface",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}