diff options
| author | 2022-06-30 18:32:00 +0000 | |
|---|---|---|
| committer | 2022-06-30 18:32:00 +0000 | |
| commit | 6442a2723cd3b7564ad7c0a0bd9ca343a8b4b211 (patch) | |
| tree | 72c3e3a9b55b365e45b62a1edd63c564638f635a | |
| parent | 0d68c19a293bf3d7159960c801e1a18e5e05d66f (diff) | |
| parent | 496c8b7232516f0c3970a7e8855f97f6a2d2012f (diff) | |
Merge "Consolidate input OWNERS files"
| -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 |