diff options
author | 2021-06-17 17:19:50 +0100 | |
---|---|---|
committer | 2021-06-25 09:46:53 +0100 | |
commit | 52922defe66a9c6ee89afe0cdaa88393588d719b (patch) | |
tree | d013dc81e5c515ae4043e925651a59c35b1ddd38 | |
parent | 7c5a5c137cdfde3731dc9515f352a10f281e2426 (diff) |
Update art-team OWNERS relating to profiles
Bug: none
Test: none
Change-Id: I7ce58366db7fc567a8a1565e962716f9bc7aa626
-rw-r--r-- | services/OWNERS | 2 | ||||
-rw-r--r-- | tests/BootImageProfileTest/OWNERS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/OWNERS b/services/OWNERS index 3b972e922e95..b7128a32fcee 100644 --- a/services/OWNERS +++ b/services/OWNERS @@ -1,6 +1,6 @@ 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 +per-file art-profile* = calin@google.com, ngeoffray@google.com, vmarko@google.com per-file java/com/android/server/* = toddke@google.com,patb@google.com diff --git a/tests/BootImageProfileTest/OWNERS b/tests/BootImageProfileTest/OWNERS index 7ee0d9a5e77e..57303e748738 100644 --- a/tests/BootImageProfileTest/OWNERS +++ b/tests/BootImageProfileTest/OWNERS @@ -1,4 +1,4 @@ calin@google.com -mathieuc@google.com ngeoffray@google.com +vmarko@google.com yawanng@google.com |