aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-29 02:41:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-29 02:41:09 +0000
commit7aca19216506860a6797b985aaf7d5529852813d (patch)
tree14b3ebd71686e715e5e3cd82bc95d3aa2c56d456
parent60f5179fc657de91e10e9d0f10887fa1b461996f (diff)
parenta8fafe062c9496be3b051a78cad527e56d66b97b (diff)
downloadflac-android14-d1-s6-release.tar.gz
Change-Id: Icc03cf308fd7118f3276586c0bb005ae18d649d7
-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",
},
}