summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-17 06:20:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-17 06:20:36 +0000
commite32169613ca7f2610078045ae3b14d07b4b5705a (patch)
treee337adaa09270472edf2857d6293a73da9ff7b1a
parent13efcc156213fa51313b7f4ff25b4c12f3c2f8c6 (diff)
parentb3324caf131b88382beae246d667efd2c1e91d13 (diff)
downloadav-e32169613ca7f2610078045ae3b14d07b4b5705a.tar.gz
Merge "Updated fuzz_config in Android.bp file" into main
-rw-r--r--media/libstagefright/timedtext/test/fuzzer/Android.bp12
1 files changed, 10 insertions, 2 deletions
diff --git a/media/libstagefright/timedtext/test/fuzzer/Android.bp b/media/libstagefright/timedtext/test/fuzzer/Android.bp
index 6590ebbce8..8724d51da6 100644
--- a/media/libstagefright/timedtext/test/fuzzer/Android.bp
+++ b/media/libstagefright/timedtext/test/fuzzer/Android.bp
@@ -48,8 +48,16 @@ cc_fuzz {
],
fuzz_config: {
cc: [
- "android-media-fuzzing-reports@google.com",
+ "android-media-playback@google.com",
],
- componentid: 155276,
+ componentid: 42195,
+ hotlists: [
+ "4593311",
+ ],
+ description: "This fuzzer targets the APIs of libstagefright_timedtext",
+ vector: "local_no_privileges_required",
+ service_privilege: "constrained",
+ users: "multi_user",
+ fuzzed_code_usage: "shipped",
},
}