From 387efc865cd1004bda87a95a432a82279fa1105c Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 2 Sep 2020 09:47:41 +0100 Subject: [PATCH] Add owners file for all bp files in apex subdir This is a frequent area of build refactoring. Test: No Change-Id: I7582fc3bfa00d2bff74012d6aa31a4b236b916f8 Merged-In: I7582fc3bfa00d2bff74012d6aa31a4b236b916f8 (cherry picked from commit 14eba557fb5e46954724ce6a4cbb31634530bf76) --- apex/OWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apex/OWNERS diff --git a/apex/OWNERS b/apex/OWNERS new file mode 100644 index 0000000000000..97600135a103e --- /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