diff options
| author | 2021-01-25 19:26:02 +0000 | |
|---|---|---|
| committer | 2021-01-25 19:26:02 +0000 | |
| commit | 547556cfb7c0a9fb9cf47784deb62cd123bae2d4 (patch) | |
| tree | d19ee8dffab3027be5f98de483b73485f8c42dc0 | |
| parent | 785a55ff0c7aab7022dbe524cc06be2cff4368f9 (diff) | |
| parent | 173b3eb10c2979cfc1b8eb31c5b8247a750d3bbd (diff) | |
Merge "Update boot image profiles OWNERS"
| -rw-r--r-- | config/OWNERS | 6 | ||||
| -rw-r--r-- | services/OWNERS | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/OWNERS b/config/OWNERS index d59c6f2d72ba..001038d139c4 100644 --- a/config/OWNERS +++ b/config/OWNERS @@ -4,5 +4,11 @@ include /ZYGOTE_OWNERS per-file hiddenapi-* = andreionea@google.com, mathewi@google.com, satayev@google.com +# art-team@ manages the boot image profiles +per-file boot-* = calin@google.com, mathieuc@google.com, ngeoffray@google.com +per-file dirty-image-objects = calin@google.com, mathieuc@google.com, ngeoffray@google.com +per-file generate-preloaded-classes.sh = calin@google.com, mathieuc@google.com, ngeoffray@google.com +per-file preloaded-classes* = calin@google.com, mathieuc@google.com, ngeoffray@google.com + # Escalations: per-file hiddenapi-* = bdc@google.com, narayan@google.com diff --git a/services/OWNERS b/services/OWNERS index 88d0b61a2ab6..f1fa542fca00 100644 --- a/services/OWNERS +++ b/services/OWNERS @@ -1 +1,4 @@ per-file Android.bp = file:platform/build/soong:/OWNERS + +# art-team@ manages the system server profile +per-file art-profile* = calin@google.com, mathieuc@google.com, ngeoffray@google.com |