From c4078378e8f14c7e2d584350334716608ff9a0e5 Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 2 Mar 2021 14:03:51 +0000 Subject: [PATCH] Add MODULES_OWNERS. To support the proposed mainline module owners policy. Test: N/A Change-Id: Iaf7142a82f7de49cfad2e469b398842ccb0e4961 --- MODULES_OWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 MODULES_OWNERS diff --git a/MODULES_OWNERS b/MODULES_OWNERS new file mode 100644 index 0000000..95e3fc8 --- /dev/null +++ b/MODULES_OWNERS @@ -0,0 +1,9 @@ +# This file is intended to be included in the OWNERS file for mainline modules. +# The goal is to allow the mainline modularization team to approve certain +# classes of change within mainline modules and their build rules. +# +# It should be included in a module OWNERS file via: +# include packages/modules/common:/MODULES_OWNERS + +mathewi@google.com +hansson@google.com