Add/move owners to different level of the repo

Ensure folks who are familiar with the sub-set of the repo
are properly listed in addition to the root repo owners.

Test: None
Bug: 118129499
Change-Id: I09187cc4622adc570772f31516f5371b3359d4ac
diff --git a/OWNERS b/OWNERS
index 059e5d8..6c45e98 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,8 +1,8 @@
+# Root Owners of the Tradefed repo for code reviews
+dshi@google.com
 erowe@google.com
 guangzhu@google.com
 jdesprez@google.com
-kevcheng@google.com
-mikehoran@google.com
 moonk@google.com
 sbasi@google.com
 tsu@google.com
diff --git a/atest/OWNERS b/atest/OWNERS
new file mode 100644
index 0000000..def5f76
--- /dev/null
+++ b/atest/OWNERS
@@ -0,0 +1,3 @@
+dshi@google.com
+kevcheng@google.com
+mikehoran@google.com
diff --git a/src/com/android/tradefed/host/OWNERS b/src/com/android/tradefed/host/OWNERS
new file mode 100644
index 0000000..a07eedf
--- /dev/null
+++ b/src/com/android/tradefed/host/OWNERS
@@ -0,0 +1,4 @@
+# host/ drives host related setup or configuration
+fangk@google.com
+jeffreylu@google.com
+xingdai@google.com
diff --git a/src/com/android/tradefed/testtype/OWNERS b/src/com/android/tradefed/testtype/OWNERS
new file mode 100644
index 0000000..c3b2cd1
--- /dev/null
+++ b/src/com/android/tradefed/testtype/OWNERS
@@ -0,0 +1,2 @@
+# testtypes drives execution of tests, adding folks familiar with those
+allenhair@google.com
diff --git a/tests/OWNERS b/tests/OWNERS
new file mode 100644
index 0000000..f53b0d8
--- /dev/null
+++ b/tests/OWNERS
@@ -0,0 +1,4 @@
+# tests ownership is wider: base OWNERS + folks familiar with testing
+allenhair@google.com
+gelanchezhian@google.com
+mrosenfeld@google.com