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

Commit 359d5bdb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Updated fuzz_config in Android.bp file" into main am: 08d12262

parents 3d6cccc2 08d12262
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -60,15 +60,21 @@ cc_defaults {
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
            "android-camera-fwk-eng@google.com",
        ],
        componentid: 155276,
        componentid: 41727,
        libfuzzer_options: [
            //based on b/187360866
            "timeout=770",
        ],

        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libcameraservice",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}