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

Commit 9367a9e5 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 audiocontrolV1.0_fuzzer

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