Switch to explicit email addresses

Gerrit doesn't expand aliases so we need to list people individually

Test: check_owners SettingsProvider/src/android/provider/settings/OWNERS
Test: check_owners SettingsProvider/test/src/android/provider/OWNERS
Exempt-From-Owner-Approval: Fixing the OWNERS file to include emails Gerrit recognises as users.
Change-Id: I4552f2ec02a812c7502eea97a86deeead8cde4f9
This commit is contained in:
Al Sutton
2019-10-16 13:20:21 +01:00
parent 0b77cb9903
commit 920b3531b8
2 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
# Please reach out to Android B&R when making Settings backup changes
br-framework-team+reviews@google.com
alsutton@google.com
nathch@google.com
rthakohov@google.com

View File

@@ -1,4 +1,4 @@
per-file * = *
# Please reach out to the Android B&R team for settings backup changes
per-file SettingsBackupTest.java = br-framework-team+reviews@google.com
per-file SettingsBackupTest.java = alsutton@google.com, nathch@google.com, rthakohov@google.com