diff options
author | Paul Duffin <paulduffin@google.com> | 2021-04-06 13:48:02 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2021-04-06 13:55:37 +0100 |
commit | 7263ded5d82099d97b8bf1ec127540ffba444997 (patch) | |
tree | 0bd856d9157840993c24064cb0956db31bca6105 /boot | |
parent | dfefb9e59d822910e4945a609bdc147cd26fb232 (diff) |
Update OWNERS files for frameworks/base/boot
Adds OWNERS files for frameworks/base/boot and its new subdirectory
hiddenapi to include the Soong team and the compat team as they will be
the ones responsible for maintaining the contents of those directories.
A follow up change will move the frameworks/base/config/hiddenapi-*
into the new hiddenapi directory but that change will require separate
changes downstream. Separating this change out avoids having general
frameworks/base reviewers from having to review multiple different
changes for which they have little context.
Bug: 179354495
Test: m nothing
Change-Id: Ia57d69c5b6031ecab9fa3a27e293ce8166ef50d3
Diffstat (limited to 'boot')
-rw-r--r-- | boot/OWNERS | 2 | ||||
-rw-r--r-- | boot/hiddenapi/OWNERS | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/boot/OWNERS b/boot/OWNERS new file mode 100644 index 000000000000..0648888a9a1a --- /dev/null +++ b/boot/OWNERS @@ -0,0 +1,2 @@ +# soong-team@ as the platform_bootclasspath module is tightly coupled with Soong +file:platform/build/soong:/OWNERS diff --git a/boot/hiddenapi/OWNERS b/boot/hiddenapi/OWNERS new file mode 100644 index 000000000000..5d869fc12ebd --- /dev/null +++ b/boot/hiddenapi/OWNERS @@ -0,0 +1,7 @@ +# compat-team@ for changes to hiddenapi files +andreionea@google.com +mathewi@google.com +satayev@google.com + +# Escalations: +per-file hiddenapi-* = bdc@google.com, narayan@google.com |