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

Commit ae07fef0 authored by Akshata Kadam's avatar Akshata Kadam Committed by Akshata Jadhav
Browse files

Updated fuzz_config in Android.bp file

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

Bug: 306435930
Test: m libosi_fuzz_alarm

Change-Id: Ia014e3ac645ab30944f62a2c3731d47a14c68f53
parent 57a0d191
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -33,4 +33,15 @@ cc_fuzz {
        "-Wno-unused-parameter",
    ],
    header_libs: ["libbluetooth_headers"],
    fuzz_config: {
        cc: [
            "android-bluetooth-security@google.com",
        ],
        componentid: 27441,
        description: "Targets the APIs of libosi",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}