diff options
author | 2022-09-08 17:43:51 -0700 | |
---|---|---|
committer | 2022-09-08 17:43:51 -0700 | |
commit | 6db40fa0664314716a7bc4e952d1711b9a2283d6 (patch) | |
tree | 9dcc0927b6bd119a02f88a07958c83f407204d65 /apex | |
parent | c85e663d779810d6e24d1092f41e5eb98a7794e3 (diff) |
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
Diffstat (limited to 'apex')
-rw-r--r-- | apex/hiddenapi/OWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
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 |