diff options
author | Anton Hansson <hansson@google.com> | 2020-09-02 09:47:41 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-09-10 16:28:08 +0100 |
commit | 14eba557fb5e46954724ce6a4cbb31634530bf76 (patch) | |
tree | a46667c75d5bfe2bb496983aaec83df86488c90a /apex/OWNERS | |
parent | 5e1dfe5eb99eb324365b3dcf346f7d5101130098 (diff) |
Add owners file for all bp files in apex subdir
This is a frequent area of build refactoring.
Test: No
Change-Id: I7582fc3bfa00d2bff74012d6aa31a4b236b916f8
Diffstat (limited to 'apex/OWNERS')
-rw-r--r-- | apex/OWNERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apex/OWNERS b/apex/OWNERS new file mode 100644 index 000000000000..97600135a103 --- /dev/null +++ b/apex/OWNERS @@ -0,0 +1,7 @@ +# Shared module build rule owners +per-file *.bp=hansson@google.com +per-file *.bp=jiyong@google.com + +# This file, and all other OWNERS files +per-file OWNERS=dariofreni@google.com +per-file OWNERS=hansson@google.com |