aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-18 03:13:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-18 03:13:45 +0000
commit6681ba05f1c2c0b2d35cf13d61275bce01ab4f25 (patch)
tree8b74696c275ed8c20b6b282dd786e34463361477
parentab377a8756fb38ef879473dd9909317121f29609 (diff)
parent37528ce035fe0c45bb4ce091c1c22abfde1072a2 (diff)
downloadtremolo-6681ba05f1c2c0b2d35cf13d61275bce01ab4f25.tar.gz
Merge "Updated fuzz_config in Android.bp file" into main
-rw-r--r--fuzzer/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index f5e9968..6b1fb45 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -42,5 +42,13 @@ cc_fuzz {
"android-media-fuzzing-reports@google.com",
],
componentid: 155276,
+ hotlists: [
+ "4593311",
+ ],
+ description: "The fuzzer targets the APIs of libvorbisidec",
+ vector: "remote",
+ service_privilege: "constrained",
+ users: "multi_user",
+ fuzzed_code_usage: "shipped",
},
}