From ba048cb75898e1a1f397fb91825179d61f8a4620 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Thu, 8 Oct 2020 16:13:09 -0700 Subject: [PATCH] Refactor OWNERS files in platform/build/make. Pulls out all of the per-file rules into their relevant directories and includes platform/build/soong:/OWNERS as the authoritative list of approvers. Test: treehugger Bug: 170407947 Change-Id: Icb885fc25a638f2f5134f6223df656ef4438bb67 --- OWNERS | 12 +----------- core/OWNERS | 4 ++++ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/OWNERS b/OWNERS index 05f8b3d2bf..4cac0f5a23 100644 --- a/OWNERS +++ b/OWNERS @@ -1,11 +1 @@ -# Core build team (MTV) -ccross@android.com -dwillemsen@google.com -asmundak@google.com -jungjw@google.com - -# To expedite LON reviews -hansson@google.com - -# For version updates -per-file version_defaults.mk = aseaton@google.com,elisapascual@google.com,lubomir@google.com,pscovanner@google.com +include platform/build/soong:/OWNERS diff --git a/core/OWNERS b/core/OWNERS index 459683e851..5456d4f064 100644 --- a/core/OWNERS +++ b/core/OWNERS @@ -1,2 +1,6 @@ per-file dex_preopt*.mk = ngeoffray@google.com,calin@google.com,mathewi@google.com,dbrazdil@google.com per-file verify_uses_libraries.sh = ngeoffray@google.com,calin@google.com,mathieuc@google.com + +# For version updates +per-file version_defaults.mk = aseaton@google.com,elisapascual@google.com,lubomir@google.com,pscovanner@google.com +