diff options
| author | 2022-03-10 18:03:23 +0000 | |
|---|---|---|
| committer | 2022-06-30 18:04:15 +0000 | |
| commit | 496c8b7232516f0c3970a7e8855f97f6a2d2012f (patch) | |
| tree | ea55283a0c44ab74bd4ffebc643883a8bca336c6 | |
| parent | f81decc8b72d5d8d5ae928d1c5755c898fe87db9 (diff) | |
Consolidate input OWNERS files
Make all input OWNERS file point to frameworks/base/INPUT_OWNERS.
Bug: None
Test: upload
Change-Id: Ibfe3e65d30330ac57554f52506bc43a04abb99b4
| -rw-r--r-- | include/input/OWNERS | 1 | ||||
| -rw-r--r-- | services/inputflinger/OWNERS | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/input/OWNERS b/include/input/OWNERS new file mode 100644 index 0000000000..c88bfe97ca --- /dev/null +++ b/include/input/OWNERS @@ -0,0 +1 @@ +include platform/frameworks/base:/INPUT_OWNERS diff --git a/services/inputflinger/OWNERS b/services/inputflinger/OWNERS index 82c6ee12c7..c88bfe97ca 100644 --- a/services/inputflinger/OWNERS +++ b/services/inputflinger/OWNERS @@ -1,3 +1 @@ -lzye@google.com -michaelwr@google.com -svv@google.com +include platform/frameworks/base:/INPUT_OWNERS |