diff options
author | Anton Hansson <hansson@google.com> | 2020-09-10 17:19:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-09-10 17:19:35 +0000 |
commit | 3de940cc40b1e3fdf8224e18a8308a16768cbfa8 (patch) | |
tree | 1b2aa38a55870585d13acc5e2b8126314e86a6ef | |
parent | 23ddddef15afbf719fcabb4f63488e74b656da74 (diff) | |
parent | 14eba557fb5e46954724ce6a4cbb31634530bf76 (diff) |
Merge "Add owners file for all bp files in apex subdir"
-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 |