summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wale Ogunwale <ogunwale@google.com> 2020-02-13 08:15:50 -0800
committer Wale Ogunwale <ogunwale@google.com> 2020-02-13 13:14:24 -0800
commitecf66058ea24a4aa36fbbdaeee958cd10244101a (patch)
tree65cd2589a3f4de6114646198c4e6715075e4861c
parentaead434f80d67fa905d00be7be16b2083d022c08 (diff)
Added OWNERS file for inputmethod
Bug: N/A Test: N/A Change-Id: I0dd7bad55dec4f2332d7819d4ccb1e0da7a2d9b7
-rw-r--r--core/java/android/inputmethodservice/OWNERS3
-rw-r--r--core/java/android/view/inputmethod/OWNERS3
-rw-r--r--core/java/com/android/internal/inputmethod/OWNERS3
-rw-r--r--services/core/java/com/android/server/inputmethod/OWNERS6
4 files changed, 15 insertions, 0 deletions
diff --git a/core/java/android/inputmethodservice/OWNERS b/core/java/android/inputmethodservice/OWNERS
new file mode 100644
index 000000000000..444719701df2
--- /dev/null
+++ b/core/java/android/inputmethodservice/OWNERS
@@ -0,0 +1,3 @@
+set noparent
+
+include ../../../../services/core/java/com/android/server/inputmethod/OWNERS
diff --git a/core/java/android/view/inputmethod/OWNERS b/core/java/android/view/inputmethod/OWNERS
new file mode 100644
index 000000000000..244cc30e089e
--- /dev/null
+++ b/core/java/android/view/inputmethod/OWNERS
@@ -0,0 +1,3 @@
+set noparent
+
+include ../../../../../services/core/java/com/android/server/inputmethod/OWNERS
diff --git a/core/java/com/android/internal/inputmethod/OWNERS b/core/java/com/android/internal/inputmethod/OWNERS
new file mode 100644
index 000000000000..fc0e5d4dea2b
--- /dev/null
+++ b/core/java/com/android/internal/inputmethod/OWNERS
@@ -0,0 +1,3 @@
+set noparent
+
+include ../../../../../../services/core/java/com/android/server/inputmethod/OWNERS
diff --git a/services/core/java/com/android/server/inputmethod/OWNERS b/services/core/java/com/android/server/inputmethod/OWNERS
new file mode 100644
index 000000000000..25ef9facb216
--- /dev/null
+++ b/services/core/java/com/android/server/inputmethod/OWNERS
@@ -0,0 +1,6 @@
+set noparent
+
+ogunwale@google.com
+yukawa@google.com
+tarandeep@google.com
+lumark@google.com