diff options
| author | 2022-11-02 00:36:11 +0000 | |
|---|---|---|
| committer | 2022-11-02 00:36:11 +0000 | |
| commit | 05661cbbde270406e1fb1e94213fafaec679ca61 (patch) | |
| tree | 46588e8975ac612e0f11750ba8b93bf64336a38f | |
| parent | 9687a71214b9d0fc12a1d8ef717f883902d34541 (diff) | |
| parent | affabcaee00d5e02f2f9983e7828b1b1a4fa0ddb (diff) | |
Merge "Add sub owner to common/split and tests"
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/common/split/OWNERS | 2 | ||||
| -rw-r--r-- | libs/WindowManager/Shell/tests/OWNERS | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/OWNERS b/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/OWNERS new file mode 100644 index 000000000000..7237d2bde39f --- /dev/null +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/OWNERS @@ -0,0 +1,2 @@ +# WM shell sub-modules splitscreen owner +chenghsiuchang@google.com diff --git a/libs/WindowManager/Shell/tests/OWNERS b/libs/WindowManager/Shell/tests/OWNERS index f4efc374ecc2..1c28c3d58ccb 100644 --- a/libs/WindowManager/Shell/tests/OWNERS +++ b/libs/WindowManager/Shell/tests/OWNERS @@ -6,3 +6,4 @@ pablogamito@google.com lbill@google.com madym@google.com hwwang@google.com +chenghsiuchang@google.com |