diff options
| -rw-r--r-- | libs/binder/tests/parcel_fuzzer/Android.bp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/binder/tests/parcel_fuzzer/Android.bp b/libs/binder/tests/parcel_fuzzer/Android.bp index 383795eff5..fe79f8ebe9 100644 --- a/libs/binder/tests/parcel_fuzzer/Android.bp +++ b/libs/binder/tests/parcel_fuzzer/Android.bp @@ -32,7 +32,11 @@ cc_fuzz { host_supported: true, fuzz_config: { - cc: ["smoreland@google.com"], + cc: [ + "smoreland@google.com", + "waghpawan@google.com", + ], + use_for_presubmit: true, }, srcs: [ |