diff options
| author | 2022-07-21 13:49:33 -0700 | |
|---|---|---|
| committer | 2022-07-21 14:46:27 -0700 | |
| commit | e8cc6e71977bbea44687209ad7f502941492581b (patch) | |
| tree | 9cefe030d9eef02f8094be272e5cd6f8c4f49f81 | |
| parent | 2c2ef9a04ab47ed3efb2c7d7747580b755634a7f (diff) | |
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
| -rw-r--r-- | libs/WindowManager/OWNERS | 3 | ||||
| -rw-r--r-- | libs/WindowManager/Shell/OWNERS | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libs/WindowManager/OWNERS b/libs/WindowManager/OWNERS index 780e4c1632f7..2c61df96eb03 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 000000000000..4b125904004a --- /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 |