From 2945a863d3dd1e44edac756640db4b99563a90b3 Mon Sep 17 00:00:00 2001
From: Chih-Hung Hsieh <chh@google.com>
Date: Fri, 9 Jun 2017 15:25:31 -0700
Subject: [PATCH] Add OWNERS in tools/loganalysis

* 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: I774442b315d32aff99574c48616b1a954719b95b
---
 OWNERS | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 OWNERS

diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..dfc1827
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,5 @@
+erowe@google.com
+guangzhu@google.com
+paulduffin@google.com
+siniavine@google.com
+tobiast@google.com
-- 
GitLab