diff options
| -rw-r--r-- | libs/binder/tests/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index 03e4a23bd8..a999d59d35 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp @@ -723,5 +723,7 @@ cc_defaults { "smoreland@google.com", "waghpawan@google.com", ], + // Adds bugs to hotlist "AIDL fuzzers bugs" on buganizer + hotlists: ["4637097"], }, } |