diff options
| author | 2022-12-10 03:47:38 +0000 | |
|---|---|---|
| committer | 2022-12-10 03:47:38 +0000 | |
| commit | 3525f80a6d1a573b116f5ea85c9797dcf5b30907 (patch) | |
| tree | 218e9d9c67ecc98608e53983a82a1ef3edac9253 | |
| parent | 5444011ece014f85e19a17e1cda8f3810fdb70dd (diff) | |
| parent | b0d0f1dc93b2dbb83359a75485fa7c82e136f4b3 (diff) | |
Merge "Updating hotlist id in rust fuzzers" am: 483b58ef8c am: b0d0f1dc93
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2337148
Change-Id: Ic4679b10596c40b78399b684276ae87ad2db2542
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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"], }, } |