diff options
| -rw-r--r-- | libs/binder/rust/tests/parcel_fuzzer/Android.bp | 2 | ||||
| -rw-r--r-- | libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libs/binder/rust/tests/parcel_fuzzer/Android.bp b/libs/binder/rust/tests/parcel_fuzzer/Android.bp index 28e0200fe1..df8a2afb03 100644 --- a/libs/binder/rust/tests/parcel_fuzzer/Android.bp +++ b/libs/binder/rust/tests/parcel_fuzzer/Android.bp @@ -21,5 +21,7 @@ rust_fuzz { "waghpawan@google.com", "smoreland@google.com", ], + // hotlist "AIDL fuzzers bugs" on buganizer + hotlists: ["4637097"], }, } diff --git a/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp b/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp index 43e407cef1..5cb406afc2 100644 --- a/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp +++ b/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/Android.bp @@ -29,5 +29,7 @@ rust_fuzz { "waghpawan@google.com", "smoreland@google.com", ], + // hotlist "AIDL fuzzers bugs" on buganizer + hotlists: ["4637097"], }, } |