From d6a00cfa3f6b37a7c787f4854670ae34fc1d5421 Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Mon, 11 Sep 2017 12:44:27 -0700 Subject: [PATCH] Add owners to setting packages. Bug: 65294119 Fixes: 69384604 Test: Build Change-Id: Ib4fddc1f04087671d8445fd967d4262287e5c4f3 Merged-In: I927052a73f639d0894600611cd5c79293f43ff5e Merged-In: Ia1eb8155f2d4359d56b0babd474083295ba38a0b Merged-In: I24ec103ff5013ad416e3dfb1c548acd387b4ba64 Merged-In: If9fddc8b4e2e6d4d7db185ab16063e824323b9a7 Merged-In: I49159950521a013422b1087ea2c3e6cd5151457c Merged-In: I69af58183c5b89af96c1a8808665fa506a620012 Merged-In: Ie9492f497824cd2b2727dde9d3a48452c72f1084 Merged-In: I2fd0249fd8b555e5ca93c3aec13857e6c74e157c Merged-In: Id1c2d9233643a18c1e104255a9e2b8b1aaefc44e Merged-In: Icdcfaaf6cc7a1e1cf77e89a79d0425cab4405ffc Merged-In: I697528ff260a0f8e54aa1188e35143e668800e7d Merged-In: I1486782f476acaf1e2e4b66df57869409239986f Merged-In: I804b50a38c877da80b5ef3251e16029259014152 Merged-In: I39eec9ebc1db2dc14669f27b17624394e25eb47f Merged-In: I054a6df08046cda1c2f202390ed24839a6b10349 Merged-In: I9da5bd71ed6aa3922a7f2e2ac4729e3247a204ce Merged-In: I63778c68f1ab9edc36a9e12aa1729f8fd6a5e073 --- OWNERS | 11 +++++++++++ src/com/android/settings/accessibility/OWNERS | 2 ++ src/com/android/settings/backup/OWNERS | 4 ++++ src/com/android/settings/bluetooth/OWNERS | 7 +++++++ src/com/android/settings/development/OWNERS | 8 ++++++++ src/com/android/settings/enterprise/OWNERS | 4 ++++ src/com/android/settings/fingerprint/OWNERS | 5 +++++ src/com/android/settings/fuelgauge/OWNERS | 6 ++++++ src/com/android/settings/inputmethod/OWNERS | 5 +++++ src/com/android/settings/location/OWNERS | 9 +++++++++ src/com/android/settings/nfc/OWNERS | 5 +++++ src/com/android/settings/notification/OWNERS | 4 ++++ src/com/android/settings/password/OWNERS | 7 +++++++ src/com/android/settings/tts/OWNERS | 6 ++++++ src/com/android/settings/users/OWNERS | 6 ++++++ src/com/android/settings/wifi/OWNERS | 9 +++++++++ .../src/com/android/settings/notification/OWNERS | 4 ++++ .../unit/src/com/android/settings/notification/OWNERS | 4 ++++ 18 files changed, 106 insertions(+) create mode 100644 OWNERS create mode 100644 src/com/android/settings/accessibility/OWNERS create mode 100644 src/com/android/settings/backup/OWNERS create mode 100644 src/com/android/settings/bluetooth/OWNERS create mode 100644 src/com/android/settings/development/OWNERS create mode 100644 src/com/android/settings/enterprise/OWNERS create mode 100644 src/com/android/settings/fingerprint/OWNERS create mode 100644 src/com/android/settings/fuelgauge/OWNERS create mode 100644 src/com/android/settings/inputmethod/OWNERS create mode 100644 src/com/android/settings/location/OWNERS create mode 100644 src/com/android/settings/nfc/OWNERS create mode 100644 src/com/android/settings/notification/OWNERS create mode 100644 src/com/android/settings/password/OWNERS create mode 100644 src/com/android/settings/tts/OWNERS create mode 100644 src/com/android/settings/users/OWNERS create mode 100644 src/com/android/settings/wifi/OWNERS create mode 100644 tests/robotests/src/com/android/settings/notification/OWNERS create mode 100644 tests/unit/src/com/android/settings/notification/OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000000..244516ed96e --- /dev/null +++ b/OWNERS @@ -0,0 +1,11 @@ +asapperstein@google.com +asargent@google.com +dehboxturtle@google.com +dhnishi@google.com +dling@google.com +jackqdyulei@google.com +mfritze@google.com +zhfan@google.com + +# Emergency approvers in case the above are not available +miket@google.com diff --git a/src/com/android/settings/accessibility/OWNERS b/src/com/android/settings/accessibility/OWNERS new file mode 100644 index 00000000000..3394323d346 --- /dev/null +++ b/src/com/android/settings/accessibility/OWNERS @@ -0,0 +1,2 @@ +# Default reviewers for this and subdirectories. +pweaver@google.com diff --git a/src/com/android/settings/backup/OWNERS b/src/com/android/settings/backup/OWNERS new file mode 100644 index 00000000000..4c4da441148 --- /dev/null +++ b/src/com/android/settings/backup/OWNERS @@ -0,0 +1,4 @@ +# Default reviewers for this and subdirectories. +bryanmawhinney@google.com +cprins@google.com +philippov@google.com diff --git a/src/com/android/settings/bluetooth/OWNERS b/src/com/android/settings/bluetooth/OWNERS new file mode 100644 index 00000000000..2b829785e51 --- /dev/null +++ b/src/com/android/settings/bluetooth/OWNERS @@ -0,0 +1,7 @@ +# Default reviewers for this and subdirectories. +asargent@google.com +eisenbach@google.com +jackqdyulei@google.com +siyuanh@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/development/OWNERS b/src/com/android/settings/development/OWNERS new file mode 100644 index 00000000000..9ffcc478433 --- /dev/null +++ b/src/com/android/settings/development/OWNERS @@ -0,0 +1,8 @@ +# Default reviewers for this and subdirectories. +asargent@google.com +dling@google.com +zhfan@google.com + +# Emergency approvers in case the above are not available +asapperstein@google.com +miket@google.com diff --git a/src/com/android/settings/enterprise/OWNERS b/src/com/android/settings/enterprise/OWNERS new file mode 100644 index 00000000000..bab2fe2d1b9 --- /dev/null +++ b/src/com/android/settings/enterprise/OWNERS @@ -0,0 +1,4 @@ +# Default reviewers for this and subdirectories. +sandness@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/fingerprint/OWNERS b/src/com/android/settings/fingerprint/OWNERS new file mode 100644 index 00000000000..937b3030fd6 --- /dev/null +++ b/src/com/android/settings/fingerprint/OWNERS @@ -0,0 +1,5 @@ +# Default reviewers for this and subdirectories. +jaggies@google.com +yukl@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/fuelgauge/OWNERS b/src/com/android/settings/fuelgauge/OWNERS new file mode 100644 index 00000000000..5b26c46d340 --- /dev/null +++ b/src/com/android/settings/fuelgauge/OWNERS @@ -0,0 +1,6 @@ +# Default reviewers for this and subdirectories. +dehboxturtle@google.com +jackqdyulei@google.com + +# Emergency approvers in case the above are not available +asapperstein@google.com \ No newline at end of file diff --git a/src/com/android/settings/inputmethod/OWNERS b/src/com/android/settings/inputmethod/OWNERS new file mode 100644 index 00000000000..9f333949ff1 --- /dev/null +++ b/src/com/android/settings/inputmethod/OWNERS @@ -0,0 +1,5 @@ +# Default reviewers for this and subdirectories. +yukawa@google.com +michaelwr@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/location/OWNERS b/src/com/android/settings/location/OWNERS new file mode 100644 index 00000000000..f00674e5f74 --- /dev/null +++ b/src/com/android/settings/location/OWNERS @@ -0,0 +1,9 @@ +# Default reviewers for this and subdirectories. +lifu@google.com +mstogaitis@google.com +palanki@google.com +sooniln@google.com +weiwa@google.com +wyattriley@google.com + +# Emergency approvers in case the above are not available diff --git a/src/com/android/settings/nfc/OWNERS b/src/com/android/settings/nfc/OWNERS new file mode 100644 index 00000000000..f11f74f19db --- /dev/null +++ b/src/com/android/settings/nfc/OWNERS @@ -0,0 +1,5 @@ +# Default reviewers for this and subdirectories. +eisenbach@google.com +kandoiruchi@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/notification/OWNERS b/src/com/android/settings/notification/OWNERS new file mode 100644 index 00000000000..0d73685a875 --- /dev/null +++ b/src/com/android/settings/notification/OWNERS @@ -0,0 +1,4 @@ +# Default reviewers for this and subdirectories. +asc@google.com +dsandler@google.com +juliacr@google.com \ No newline at end of file diff --git a/src/com/android/settings/password/OWNERS b/src/com/android/settings/password/OWNERS new file mode 100644 index 00000000000..cac6e3f3df7 --- /dev/null +++ b/src/com/android/settings/password/OWNERS @@ -0,0 +1,7 @@ +# Default reviewers for this and subdirectories. +jaggies@google.com +kchyn@google.com +paulcrowley@google.com +rubinxu@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/tts/OWNERS b/src/com/android/settings/tts/OWNERS new file mode 100644 index 00000000000..01068dcf299 --- /dev/null +++ b/src/com/android/settings/tts/OWNERS @@ -0,0 +1,6 @@ +# Default reviewers for this and subdirectories. +fergus@google.com +nielse@google.com +ssancho@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/users/OWNERS b/src/com/android/settings/users/OWNERS new file mode 100644 index 00000000000..59096bec798 --- /dev/null +++ b/src/com/android/settings/users/OWNERS @@ -0,0 +1,6 @@ +# Default reviewers for this and subdirectories. +dling@google.com +yamasani@google.com +zhfan@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/src/com/android/settings/wifi/OWNERS b/src/com/android/settings/wifi/OWNERS new file mode 100644 index 00000000000..3090f13bd3c --- /dev/null +++ b/src/com/android/settings/wifi/OWNERS @@ -0,0 +1,9 @@ +# Default reviewers for this and subdirectories. +asargent@google.com +easchwar@google.com +dling@google.com +jlapenna@google.com +sghuman@google.com +zhfan@google.com + +# Emergency approvers in case the above are not available \ No newline at end of file diff --git a/tests/robotests/src/com/android/settings/notification/OWNERS b/tests/robotests/src/com/android/settings/notification/OWNERS new file mode 100644 index 00000000000..0d73685a875 --- /dev/null +++ b/tests/robotests/src/com/android/settings/notification/OWNERS @@ -0,0 +1,4 @@ +# Default reviewers for this and subdirectories. +asc@google.com +dsandler@google.com +juliacr@google.com \ No newline at end of file diff --git a/tests/unit/src/com/android/settings/notification/OWNERS b/tests/unit/src/com/android/settings/notification/OWNERS new file mode 100644 index 00000000000..0d73685a875 --- /dev/null +++ b/tests/unit/src/com/android/settings/notification/OWNERS @@ -0,0 +1,4 @@ +# Default reviewers for this and subdirectories. +asc@google.com +dsandler@google.com +juliacr@google.com \ No newline at end of file