aboutsummaryrefslogtreecommitdiffstats
path: root/OWNERS
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2018-02-02 19:06:34 -0800
committerStephen Hines <srhines@google.com>2018-02-02 19:06:34 -0800
commitf5b969cd2b62c5199e6cb12e55a3b68557dc0e2c (patch)
tree9b5dee299c73c34e48e2992449502ce38cc8ba4d /OWNERS
parent1dde427375349928b130a206b3e344b2cd9df817 (diff)
downloadbuild_soong-f5b969cd2b62c5199e6cb12e55a3b68557dc0e2c.tar.gz
build_soong-f5b969cd2b62c5199e6cb12e55a3b68557dc0e2c.tar.bz2
build_soong-f5b969cd2b62c5199e6cb12e55a3b68557dc0e2c.zip
Add srhines to the OWNERS for clang.go and global.go.
These files contain the flags and selection logic for our C/C++ toolchain. Test: N/A Change-Id: I860ea34c226ec01ae4127a18d80e1c8be6393a83
Diffstat (limited to 'OWNERS')
-rw-r--r--OWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/OWNERS b/OWNERS
index c0c3762b..121a441f 100644
--- a/OWNERS
+++ b/OWNERS
@@ -7,3 +7,5 @@ per-file * = dwillemsen@google.com
per-file * = nanzhang@google.com
per-file *gen_stub_libs.py = danalbert@google.com
per-file ndk_*.go = danalbert@google.com
+per-file clang.go = srhines@google.com
+per-file global.go = srhines@google.com