From 682f36220b842e9400c0cb2fc5d1028db9784278 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 27 Feb 2023 23:42:43 -0800 Subject: [PATCH] Remove OWNERS access for non-build team people to core build system Test: treehugger Change-Id: I578a2902b6d0853fffe4c3513322da4c15300513 --- OWNERS | 2 -- core/OWNERS | 3 --- core/clang/OWNERS | 4 ---- core/tasks/OWNERS | 2 -- target/OWNERS | 1 - 5 files changed, 12 deletions(-) delete mode 100644 core/clang/OWNERS delete mode 100644 core/tasks/OWNERS delete mode 100644 target/OWNERS diff --git a/OWNERS b/OWNERS index 57d89947b3..97fda40f7b 100644 --- a/OWNERS +++ b/OWNERS @@ -5,5 +5,3 @@ include platform/build/soong:/OWNERS per-file envsetup.sh = joeo@google.com, jingwen@google.com, lberki@google.com per-file shell_utils.sh = joeo@google.com, jingwen@google.com, lberki@google.com -# Finalization scripts -per-file finalize* = smoreland@google.com, alexbuy@google.com diff --git a/core/OWNERS b/core/OWNERS index 762d2a7ff9..eb1d5c3c46 100644 --- a/core/OWNERS +++ b/core/OWNERS @@ -1,6 +1,3 @@ -per-file *dex_preopt*.* = jiakaiz@google.com,ngeoffray@google.com,skvadrik@google.com -per-file art_*.* = jiakaiz@google.com,ngeoffray@google.com,skvadrik@google.com -per-file verify_uses_libraries.sh = ngeoffray@google.com,skvadrik@google.com # For global Proguard rules per-file proguard*.flags = jdduke@google.com diff --git a/core/clang/OWNERS b/core/clang/OWNERS deleted file mode 100644 index d41d3fcea2..0000000000 --- a/core/clang/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -chh@google.com -pirama@google.com -srhines@google.com -yikong@google.com diff --git a/core/tasks/OWNERS b/core/tasks/OWNERS deleted file mode 100644 index 372ff8b7da..0000000000 --- a/core/tasks/OWNERS +++ /dev/null @@ -1,2 +0,0 @@ -per-file art-host-tests.mk = dshi@google.com,dsrbecky@google.com,jdesprez@google.com,rpl@google.com -per-file catbox.mk = smara@google.com,schinchalkar@google.com,kaneesh@google.com diff --git a/target/OWNERS b/target/OWNERS deleted file mode 100644 index feb274262b..0000000000 --- a/target/OWNERS +++ /dev/null @@ -1 +0,0 @@ -hansson@google.com