From eb813d7b6f7b863ef036e44f4f328189894d594c Mon Sep 17 00:00:00 2001 From: Lucas Silva Date: Fri, 5 Nov 2021 18:34:27 +0000 Subject: [PATCH] Add OWNERS file to the communal system service. Test: na Ignore-AOSP-First: directory doesn't exist in AOSP Change-Id: I4d1a86929215ab552e904ccb4134bc85f29cb3da --- services/core/java/com/android/server/communal/OWNERS | 3 +++ .../src/com/android/server/communal/OWNERS | 1 + 2 files changed, 4 insertions(+) create mode 100644 services/core/java/com/android/server/communal/OWNERS create mode 100644 services/tests/mockingservicestests/src/com/android/server/communal/OWNERS diff --git a/services/core/java/com/android/server/communal/OWNERS b/services/core/java/com/android/server/communal/OWNERS new file mode 100644 index 0000000000000..e499b160beae0 --- /dev/null +++ b/services/core/java/com/android/server/communal/OWNERS @@ -0,0 +1,3 @@ +brycelee@google.com +justinkoh@google.com +lusilva@google.com \ No newline at end of file diff --git a/services/tests/mockingservicestests/src/com/android/server/communal/OWNERS b/services/tests/mockingservicestests/src/com/android/server/communal/OWNERS new file mode 100644 index 0000000000000..9ec666558b687 --- /dev/null +++ b/services/tests/mockingservicestests/src/com/android/server/communal/OWNERS @@ -0,0 +1 @@ +include /services/core/java/com/android/server/communal/OWNERS \ No newline at end of file