From 70b62a2bcd5cf1675303f9cf867dca4af446d9d7 Mon Sep 17 00:00:00 2001 From: Cyan_Hsieh Date: Fri, 2 Aug 2024 11:39:01 +0000 Subject: [PATCH] Add FSTAB_OWNERS and update OWNERS to include Android.bp Flag: EXEMPT only changing OWNERS Bug: 357036384 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:838218ded4fee43f7982438487a143f95d29c615) Merged-In: I55736409ba04b348a75c2934686f9c1328223c1a Change-Id: I55736409ba04b348a75c2934686f9c1328223c1a --- FSTAB_OWNERS | 11 +++++++++++ OWNERS | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 FSTAB_OWNERS diff --git a/FSTAB_OWNERS b/FSTAB_OWNERS new file mode 100644 index 0000000..18093a0 --- /dev/null +++ b/FSTAB_OWNERS @@ -0,0 +1,11 @@ +# NOTE: CHANGE THIS FILE WITH CAUTIOUS +# - this file is referenced by other OWNERS file, e.g. device/google/*/OWNERS +# - changing this file might break the function, check go/gerrit-code-owners-syntax first + +jaegeuk@google.com +huangrandall@google.com +bvanassche@google.com +daehojeong@google.com +chullee@google.com +vkon@google.com +thomasyen@google.com diff --git a/OWNERS b/OWNERS index b715f13..57ca40f 100644 --- a/OWNERS +++ b/OWNERS @@ -1,5 +1,5 @@ per-file *.te,*_contexts,te_macros,global_macros=set noparent per-file *.te,*_contexts,te_macros,global_macros=file:/sepolicy/OWNERS -per-file *.mk=set noparent -per-file *.mk=file:MK_OWNERS +per-file *.mk,{**/,}Android.bp=set noparent +per-file *.mk,{**/,}Android.bp=file:MK_OWNERS