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

Commit 133c5004 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 automotiveSvV1.0_fuzzer

Change-Id: I2ab534b469956fd0c274b098cceb33e011178b10
parent fdee322c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -47,5 +47,13 @@ cc_fuzz {
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 533764,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of android.hardware.automotive.sv@1.0-service",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}