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

Commit deda5454 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 376ad9e0 e1cc6ed4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -50,5 +50,13 @@ cc_fuzz {
    fuzz_config: {
        cc: ["android-bluetooth-security@google.com"],
        componentid: 27441,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libbtdevice library",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}