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

Commit 869f5f4c authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Updated fuzz_config in Android.bp file" into main

parents d60a880a ae07fef0
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",
    },
}