diff options
author | 2024-02-15 14:37:14 +0000 | |
---|---|---|
committer | 2024-02-26 12:11:44 +0000 | |
commit | 4e6fceb7bcae81b6044d9a918865755cce0527cf (patch) | |
tree | 47e3a7a3ab17727798c3ca85d9c375897bd043f2 | |
parent | 4dc30852826511780475c0aa2b1689aeb5b35569 (diff) |
INPUT_OWNERS: update, give "self-ownership"
It makes sense to make people in INPUT_OWNERS owners of the file itself.
Bug: none
Test: none
Change-Id: Ia3fdfd4bb7a009abf8e9e17e37756987cd343ea8
-rw-r--r-- | INPUT_OWNERS | 2 | ||||
-rw-r--r-- | OWNERS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/INPUT_OWNERS b/INPUT_OWNERS index 44b2f3805495..06ead06fc13a 100644 --- a/INPUT_OWNERS +++ b/INPUT_OWNERS @@ -1,4 +1,6 @@ # Bug component: 136048 +arpitks@google.com +asmitapoddar@google.com hcutts@google.com joseprio@google.com michaelwr@google.com @@ -32,6 +32,7 @@ per-file **.bp,**.mk = hansson@google.com, joeo@google.com, lamontjones@google.c per-file TestProtoLibraries.bp = file:platform/platform_testing:/libraries/health/OWNERS per-file TestProtoLibraries.bp = file:platform/tools/tradefederation:/OWNERS +per-file INPUT_OWNERS = file:/INPUT_OWNERS per-file ZYGOTE_OWNERS = file:/ZYGOTE_OWNERS per-file SQLITE_OWNERS = file:/SQLITE_OWNERS @@ -40,4 +41,4 @@ per-file *Ravenwood* = file:ravenwood/OWNERS per-file PERFORMANCE_OWNERS = file:/PERFORMANCE_OWNERS -per-file PACKAGE_MANAGER_OWNERS = file:/PACKAGE_MANAGER_OWNERS
\ No newline at end of file +per-file PACKAGE_MANAGER_OWNERS = file:/PACKAGE_MANAGER_OWNERS |