From 61b6a12a88a429f9f0f214e4e33821dca7bd9d07 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh <chh@google.com> Date: Fri, 2 Jun 2017 15:04:12 -0700 Subject: [PATCH] Add OWNERS in tools/external/gradle * Owners are selected from top CL approvals or owners. They will be suggested to review/approve future CLs. * OWNERS files are recognized by the new find-owners plugin, see .md files in https://gerrit.googlesource.com/plugins/find-owners/+/master/src/main/resources/Documentation/ Test: build/make/tools/checkowners.py -c -v OWNERS Change-Id: I185830a8014d91e586895930e756b8f54346af04 --- OWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..edb56b6 --- /dev/null +++ b/OWNERS @@ -0,0 +1,2 @@ +xav@google.com +chiur@google.com -- GitLab