From e8cc6e71977bbea44687209ad7f502941492581b Mon Sep 17 00:00:00 2001 From: Garfield Tan Date: Thu, 21 Jul 2022 13:49:33 -0700 Subject: [PATCH] Add xutan@ to WM shell owner Also move the resource owners to the new OWNERS file from the OWNERS file one level of folder above. Bug: None Test: None Change-Id: I81b3eeff0cf565482772023243652a949cfbcd1f --- libs/WindowManager/OWNERS | 3 --- libs/WindowManager/Shell/OWNERS | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 libs/WindowManager/Shell/OWNERS diff --git a/libs/WindowManager/OWNERS b/libs/WindowManager/OWNERS index 780e4c1632f75..2c61df96eb03c 100644 --- a/libs/WindowManager/OWNERS +++ b/libs/WindowManager/OWNERS @@ -1,6 +1,3 @@ set noparent include /services/core/java/com/android/server/wm/OWNERS - -# Give submodule owners in shell resource approval -per-file Shell/res*/*/*.xml = hwwang@google.com, lbill@google.com, madym@google.com diff --git a/libs/WindowManager/Shell/OWNERS b/libs/WindowManager/Shell/OWNERS new file mode 100644 index 0000000000000..4b125904004ae --- /dev/null +++ b/libs/WindowManager/Shell/OWNERS @@ -0,0 +1,4 @@ +xutan@google.com + +# Give submodule owners in shell resource approval +per-file res*/*/*.xml = hwwang@google.com, lbill@google.com, madym@google.com