From 7263ded5d82099d97b8bf1ec127540ffba444997 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Tue, 6 Apr 2021 13:48:02 +0100 Subject: [PATCH] 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 --- boot/OWNERS | 2 ++ boot/hiddenapi/OWNERS | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 boot/OWNERS create mode 100644 boot/hiddenapi/OWNERS diff --git a/boot/OWNERS b/boot/OWNERS new file mode 100644 index 0000000000000..0648888a9a1a7 --- /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 0000000000000..5d869fc12ebda --- /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