From 5e2e3ef84642bf888bf93d421c4209cb621257de Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 31 Jan 2019 18:55:48 +0000 Subject: [PATCH] Expand Jiyong's apex OWNERship There's more to apex than just apex.go Change-Id: I6603db10c43148c4f17fb9d3b762400472b32526 --- OWNERS | 1 - apex/OWNERS | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 apex/OWNERS diff --git a/OWNERS b/OWNERS index 7983c193e..85c70df8d 100644 --- a/OWNERS +++ b/OWNERS @@ -3,4 +3,3 @@ per-file ndk_*.go, *gen_stub_libs.py = danalbert@google.com per-file clang.go,global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com per-file tidy.go = srhines@google.com, chh@google.com per-file lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.com -per-file apex.go = jiyong@google.com diff --git a/apex/OWNERS b/apex/OWNERS new file mode 100644 index 000000000..a382ae810 --- /dev/null +++ b/apex/OWNERS @@ -0,0 +1 @@ +per-file * = jiyong@google.com \ No newline at end of file