aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-29 02:41:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-29 02:41:10 +0000
commite97444785eb435ad2ecd6a6eb2b4659bb6d927ae (patch)
tree14b3ebd71686e715e5e3cd82bc95d3aa2c56d456
parentfb9e1331e854fcc0431c48dd6df24747a41035ae (diff)
parentda63b21522c98903254b7ff5e84741e971f73d00 (diff)
downloadflac-e97444785eb435ad2ecd6a6eb2b4659bb6d927ae.tar.gz
Change-Id: Ifca277829aba5adf7d27ca3504fcb631d5bc867d
-rw-r--r--fuzzer/Android.bp16
1 files changed, 16 insertions, 0 deletions
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index d813920e..3c33b7ef 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -44,6 +44,14 @@ cc_fuzz {
"android-media-fuzzing-reports@google.com",
],
componentid: 155276,
+ hotlists: [
+ "4593311",
+ ],
+ description: "The fuzzer targets the APIs of libFLAC",
+ vector: "remote",
+ service_privilege: "constrained",
+ users: "multi_user",
+ fuzzed_code_usage: "shipped",
},
}
@@ -69,5 +77,13 @@ cc_fuzz {
"android-media-fuzzing-reports@google.com",
],
componentid: 155276,
+ hotlists: [
+ "4593311",
+ ],
+ description: "The fuzzer targets the APIs of libFLAC",
+ vector: "local_no_privileges_required",
+ service_privilege: "constrained",
+ users: "multi_user",
+ fuzzed_code_usage: "shipped",
},
}