aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Freni <dariofreni@google.com>2021-07-13 14:54:13 +0100
committerDario Freni <dariofreni@google.com>2021-07-13 16:20:20 +0100
commitd2656194b96d47ca2b1551cb9abf36e39894f072 (patch)
tree613367044d65e429030d4425cea2b6b661f5a58c
parent069693dd1eccee599de9655f9f056bbede67f48f (diff)
downloadcommon-d2656194b96d47ca2b1551cb9abf36e39894f072.tar.gz
Add PREBUILTS_MODULE_OWNERS.
Test: n/a Bug: 188427719 Change-Id: Ibc5fb71e7e4c9bc4bc6971be1af0b7dd66f88604 Merged-In: Ibc5fb71e7e4c9bc4bc6971be1af0b7dd66f88604 (cherry picked from commit 18484a5e60d12bf0dffa37b91de7a5c29cd3ecf1)
-rw-r--r--MODULES_OWNERS4
-rw-r--r--PREBUILTS_MODULE_OWNERS14
2 files changed, 17 insertions, 1 deletions
diff --git a/MODULES_OWNERS b/MODULES_OWNERS
index 80ff6b2c..1db0ed04 100644
--- a/MODULES_OWNERS
+++ b/MODULES_OWNERS
@@ -3,7 +3,9 @@
# 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
+# include platform/packages/modules/common:/MODULES_OWNERS
+#
+# See go/mainline-owners-policy for more details.
mathewi@google.com #{LAST_RESORT_SUGGESTION}
hansson@google.com #{LAST_RESORT_SUGGESTION}
diff --git a/PREBUILTS_MODULE_OWNERS b/PREBUILTS_MODULE_OWNERS
new file mode 100644
index 00000000..5a2efe33
--- /dev/null
+++ b/PREBUILTS_MODULE_OWNERS
@@ -0,0 +1,14 @@
+# This file is intended to be included in the OWNERS file for mainline modules
+# prebuilts. The goal is to allow the mainline modularization and release team
+# to update the prebuilts in bulk and on a regular basis without being blocked
+# on approvals. classes of change within mainline modules and their build
+# rules.
+#
+# It should be included in a prebuilt module OWNERS file via:
+# include platform/packages/modules/common:/PREBUILTS_MODULES_OWNERS
+#
+# See go/mainline-owners-policy for more details.
+
+include platform/packages/modules/common:/MODULES_OWNERS
+aseaton@google.com #{LAST_RESORT_SUGGESTION}
+dariofreni@google.com #{LAST_RESORT_SUGGESTION}