From 6db40fa0664314716a7bc4e952d1711b9a2283d6 Mon Sep 17 00:00:00 2001 From: William Escande Date: Thu, 8 Sep 2022 17:43:51 -0700 Subject: Add restrict OWNERS files for hiddenApi I noticed others modules like Wifi / connectivity put this safeguard here to prevent modifications Test: no Change-Id: I1f377d7c9c5a37864e30a4414dc8883056e89ed6 --- apex/hiddenapi/OWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apex/hiddenapi/OWNERS (limited to 'apex') diff --git a/apex/hiddenapi/OWNERS b/apex/hiddenapi/OWNERS new file mode 100644 index 0000000000..82b599dbf1 --- /dev/null +++ b/apex/hiddenapi/OWNERS @@ -0,0 +1,9 @@ +# These files are only intended to be changed by platform-compat and +# the soong teams. +set noparent + +# soong-team@ as the hiddenapi files are tightly coupled with Soong +file:platform/build/soong:/OWNERS + +# compat-team@ for changes to hiddenapi files +file:tools/platform-compat:/OWNERS -- cgit v1.2.3-59-g8ed1b