From 044fc0c4a461c35c0ed91e6e865fdc655d12c128 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 15 Jun 2017 13:49:35 -0700 Subject: [PATCH] Add OWNERS in build/make * 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: Ibe6765e5448c471ca413413e3d052507ccee4ea6 --- OWNERS | 2 ++ core/clang/OWNERS | 4 ++++ tools/OWNERS | 2 ++ tools/releasetools/OWNERS | 1 + 4 files changed, 9 insertions(+) create mode 100644 OWNERS create mode 100644 core/clang/OWNERS create mode 100644 tools/OWNERS create mode 100644 tools/releasetools/OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000000..89b446a634 --- /dev/null +++ b/OWNERS @@ -0,0 +1,2 @@ +ccross@android.com +dwillemsen@google.com diff --git a/core/clang/OWNERS b/core/clang/OWNERS new file mode 100644 index 0000000000..d41d3fcea2 --- /dev/null +++ b/core/clang/OWNERS @@ -0,0 +1,4 @@ +chh@google.com +pirama@google.com +srhines@google.com +yikong@google.com diff --git a/tools/OWNERS b/tools/OWNERS new file mode 100644 index 0000000000..7a23adce9b --- /dev/null +++ b/tools/OWNERS @@ -0,0 +1,2 @@ +per-file warn.py = chh@google.com +per-file checkowners.py = chh@google.com diff --git a/tools/releasetools/OWNERS b/tools/releasetools/OWNERS new file mode 100644 index 0000000000..39448cf662 --- /dev/null +++ b/tools/releasetools/OWNERS @@ -0,0 +1 @@ +tbao@google.com