diff options
author | 2025-01-14 10:37:32 -0800 | |
---|---|---|
committer | 2025-01-14 10:37:32 -0800 | |
commit | bd62dab274fca320b98dd79c8cf9d93af068d623 (patch) | |
tree | 7b14c4e31362b6ff997264f1cdd4c86d036cfc25 /native | |
parent | 29fa6d1e54b69bb497f35361507b498a2da96c2b (diff) | |
parent | e9131983724fe1d329a5ed93e2e12d03cb5a9bea (diff) |
Merge "Update CC list for imagedecoder_fuzzer bugs" into main am: e913198372
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3452888
Change-Id: Ia7c13ffc1485f91f4b1b6c21bf61f09aa71382b5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'native')
-rw-r--r-- | native/graphics/jni/Android.bp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/native/graphics/jni/Android.bp b/native/graphics/jni/Android.bp index 962f54d6a23f..fdd44de67a37 100644 --- a/native/graphics/jni/Android.bp +++ b/native/graphics/jni/Android.bp @@ -95,8 +95,13 @@ cc_defaults { static_libs: ["libarect"], fuzz_config: { cc: [ + // Alphabetical order -- assign to skia-android-triage@google.com + "danieldilan@google.com", "dichenzhang@google.com", - "scroggo@google.com", + "fmalita@google.com", + "jreck@google.com", + "nscobie@google.com", + "skia-android-triage@google.com", ], asan_options: [ "detect_odr_violation=1", |