summaryrefslogtreecommitdiff
path: root/native/graphics
diff options
context:
space:
mode:
author Leon Scroggins III <scroggo@google.com> 2022-11-04 12:18:34 -0400
committer Leon Scroggins III <scroggo@google.com> 2022-11-04 12:24:36 -0400
commitf38eee4014a7173f35b93ed0d5eb357f76c662d1 (patch)
tree3c80f661a41f6afaa8e3f3d2cd3a364304d03c09 /native/graphics
parent07d58c6de36dbc0c0ac2c1a96e6f0226a8c9896c (diff)
Add Dichen to cc's for imagedecoder_fuzzer
Dichen is taking over my image decoding responsibilities, so add him to cc. Leave myself in cc so I can provide context when needed. Bug: 257475598 Test: N/A Change-Id: I2adf43d61d214b3f7352d528ba1af32c0ce4bf32
Diffstat (limited to 'native/graphics')
-rw-r--r--native/graphics/jni/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/graphics/jni/Android.bp b/native/graphics/jni/Android.bp
index 1709dfd973d6..10c570b30d7a 100644
--- a/native/graphics/jni/Android.bp
+++ b/native/graphics/jni/Android.bp
@@ -93,7 +93,7 @@ cc_defaults {
],
static_libs: ["libarect"],
fuzz_config: {
- cc: ["scroggo@google.com"],
+ cc: ["dichenzhang@google.com","scroggo@google.com"],
asan_options: [
"detect_odr_violation=1",
],