mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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 bluetoothV1.0_fuzzer Change-Id: I71936ab4b16dd5ade636d3da9b1eafa6a6fea6b0
This commit is contained in:
@@ -60,5 +60,13 @@ cc_fuzz {
|
||||
"android-media-fuzzing-reports@google.com",
|
||||
],
|
||||
componentid: 533764,
|
||||
hotlists: [
|
||||
"4593311",
|
||||
],
|
||||
description: "The fuzzer targets the APIs of android.hardware.bluetooth@1.0-impl library",
|
||||
vector: "local_no_privileges_required",
|
||||
service_privilege: "privileged",
|
||||
users: "multi_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user