mirror of https://github.com/mstorsjo/fdk-aac.git
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 aac_dec_fuzzer and aac_enc_fuzzer Change-Id: I2637accffa42e37fc90e19b531ca5aef299b811e
This commit is contained in:
parent
87b22603e8
commit
e575d5741d
|
@ -46,6 +46,14 @@ cc_defaults {
|
|||
"android-media-fuzzing-reports@google.com",
|
||||
],
|
||||
componentid: 155276,
|
||||
hotlists: [
|
||||
"4593311",
|
||||
],
|
||||
description: "The fuzzer targets the APIs of libFraunhoferAAC",
|
||||
vector: "remote",
|
||||
service_privilege: "privileged",
|
||||
users: "multi_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue