From 71c948ce7b197c2431c6991a47a6ae0e92dbd879 Mon Sep 17 00:00:00 2001 From: Becca Hughes Date: Fri, 16 Dec 2022 18:45:45 +0000 Subject: [PATCH] Add credential manager team to OWNERS Adds Credential Manager team to owners for where our settings UI lives (see internal CL). Change-Id: I0674b170c9b96e7e7dedbb5be63fa3929f292274 Test: presubmit Bug: 253157366 --- .../android/settings/applications/credentials/OWNERS | 10 ++++++++++ .../android/settings/applications/credentials/OWNERS | 1 + 2 files changed, 11 insertions(+) create mode 100644 src/com/android/settings/applications/credentials/OWNERS create mode 100644 tests/unit/src/com/android/settings/applications/credentials/OWNERS diff --git a/src/com/android/settings/applications/credentials/OWNERS b/src/com/android/settings/applications/credentials/OWNERS new file mode 100644 index 00000000000..55b89b4b410 --- /dev/null +++ b/src/com/android/settings/applications/credentials/OWNERS @@ -0,0 +1,10 @@ +# Default reviewers for this and subdirectories. +beccahughes@google.com +reemabajwa@google.com +helenqin@google.com +sgjerry@google.com +leecam@google.com +akaphle@google.com +duqinmei@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/tests/unit/src/com/android/settings/applications/credentials/OWNERS b/tests/unit/src/com/android/settings/applications/credentials/OWNERS new file mode 100644 index 00000000000..6b8b8333dac --- /dev/null +++ b/tests/unit/src/com/android/settings/applications/credentials/OWNERS @@ -0,0 +1 @@ +include /src/com/android/settings/applications/credentials/OWNERS \ No newline at end of file