diff options
| author | 2022-12-10 02:50:18 +0000 | |
|---|---|---|
| committer | 2022-12-10 02:50:18 +0000 | |
| commit | 483b58ef8cbc093cd72829ce0a39337826f20436 (patch) | |
| tree | 7d4b0f6b0861811a9e76a93c98dfb0a21d8ec5e0 | |
| parent | 30ec4430c39e78d4e3dc92a9184b81d8ea53d0eb (diff) | |
| parent | 79247d1dcfbc07f449229c7a409b5db6fc49e2ef (diff) | |
Merge "Updating hotlist id in rust fuzzers"
| -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"], }, } |