diff options
| author | Tri Vo <trong@google.com> | 2020-02-18 20:51:57 +0000 |
|---|---|---|
| committer | Tri Vo <trong@google.com> | 2020-02-18 20:51:57 +0000 |
| commit | bd7eb3a2f3a4f6e522880973fb101dac5d73cd0f (patch) | |
| tree | 66b6292bab2179e1b524b41541d2251aacc508b9 | |
| parent | 831831c114291596d75399396f6a58ead9962546 (diff) | |
| parent | b667cd92f7caebc627a36eceef649a9f0d2824a4 (diff) | |
| download | platform_test_vts-testcase_fuzz-bd7eb3a2f3a4f6e522880973fb101dac5d73cd0f.tar.gz platform_test_vts-testcase_fuzz-bd7eb3a2f3a4f6e522880973fb101dac5d73cd0f.tar.bz2 platform_test_vts-testcase_fuzz-bd7eb3a2f3a4f6e522880973fb101dac5d73cd0f.zip | |
fuzz: cc smoreland@, trong@ to fuzz bugs am: b667cd92f7
Change-Id: I7af691cdc2cbf384e7a97f31af77b6b2246a5241
| -rw-r--r-- | iface_fuzzer/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iface_fuzzer/Android.bp b/iface_fuzzer/Android.bp index 5d1f842..302c6b7 100644 --- a/iface_fuzzer/Android.bp +++ b/iface_fuzzer/Android.bp @@ -59,6 +59,10 @@ cc_defaults { // This fuzz target must be run against HAL implementation, which are // only present on the device. fuzz_on_haiku_host: false, + cc: [ + "smoreland@google.com", + "trong@google.com", + ], }, } |
