From 29e9618485f6b6bf39c2f20781247382ce9d45d6 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Fri, 5 Oct 2018 11:13:57 -0700 Subject: [PATCH] Add default code reviewers. Since they are commented out, their approval is not required, but they could be the default or find right reviewers. Bug: 33166666 Test: build/make/tools/checkowners.py -c -v OWNERS Change-Id: Ic35da4cd5ecaff615731c25a3bf99df5a43ef35b --- OWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..360e8c7f9 --- /dev/null +++ b/OWNERS @@ -0,0 +1,9 @@ +# Recommended reviewers for general changes. +# takaoka@google.com +# yukawa@google.com +# +# Recommended reviewers for non-trivial build rule changes. +# dwillemsen@google.com +# +# Recommended reviewers for testing library dependencies. +# paulduffin@google.com