From 7443751dd9c958af46c9311ecefd8c71f54b5df9 Mon Sep 17 00:00:00 2001 From: Jonathan Scott Date: Mon, 18 Oct 2021 14:41:09 +0100 Subject: [PATCH] Centralise owners for Enterprise Platform team. This will allow us to point other directories at these files for OWNERS and make it easier to update after future team changes. Test: N/A Bug: 202714830 Change-Id: Iaaf5b8eb7568be4ebfd1b30abae0b757153f0391 --- .../app/admin/EnterprisePlatformSecurity_OWNERS | 4 ++++ core/java/android/app/admin/EnterprisePlatform_OWNERS | 2 ++ core/java/android/app/admin/OWNERS | 10 ++-------- .../java/android/app/admin/WorkDeviceExperience_OWNERS | 5 +++++ 4 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 core/java/android/app/admin/EnterprisePlatformSecurity_OWNERS create mode 100644 core/java/android/app/admin/EnterprisePlatform_OWNERS create mode 100644 core/java/android/app/admin/WorkDeviceExperience_OWNERS diff --git a/core/java/android/app/admin/EnterprisePlatformSecurity_OWNERS b/core/java/android/app/admin/EnterprisePlatformSecurity_OWNERS new file mode 100644 index 0000000000000..f5604347065e1 --- /dev/null +++ b/core/java/android/app/admin/EnterprisePlatformSecurity_OWNERS @@ -0,0 +1,4 @@ +rubinxu@google.com +acjohnston@google.com +pgrafov@google.com +alexkershaw@google.com #{LAST_RESORT_SUGGESTION} \ No newline at end of file diff --git a/core/java/android/app/admin/EnterprisePlatform_OWNERS b/core/java/android/app/admin/EnterprisePlatform_OWNERS new file mode 100644 index 0000000000000..fb00fe506ed1d --- /dev/null +++ b/core/java/android/app/admin/EnterprisePlatform_OWNERS @@ -0,0 +1,2 @@ +file:WorkDeviceExperience_OWNERS +file:EnterprisePlatformSecurity_OWNERS \ No newline at end of file diff --git a/core/java/android/app/admin/OWNERS b/core/java/android/app/admin/OWNERS index 6acbef29bec30..10a5f14dca9eb 100644 --- a/core/java/android/app/admin/OWNERS +++ b/core/java/android/app/admin/OWNERS @@ -1,11 +1,5 @@ # Bug component: 142675 -# Android Enterprise team -rubinxu@google.com -sandness@google.com -alexkershaw@google.com -pgrafov@google.com +file:EnterprisePlatform_OWNERS -# Emeritus -yamasani@google.com -eranm@google.com +yamasani@google.com #{LAST_RESORT_SUGGESTION} \ No newline at end of file diff --git a/core/java/android/app/admin/WorkDeviceExperience_OWNERS b/core/java/android/app/admin/WorkDeviceExperience_OWNERS new file mode 100644 index 0000000000000..dcacaa25a2362 --- /dev/null +++ b/core/java/android/app/admin/WorkDeviceExperience_OWNERS @@ -0,0 +1,5 @@ +work-device-experience+reviews@google.com +scottjonathan@google.com +arangelov@google.com +kholoudm@google.com +alexkershaw@google.com #{LAST_RESORT_SUGGESTION} \ No newline at end of file