diff options
author | 2022-09-23 13:35:32 -0700 | |
---|---|---|
committer | 2022-09-23 13:35:32 -0700 | |
commit | c72bd9ebfaa1b831d7d84853632d06d2e90be596 (patch) | |
tree | 29b14473d222910ee5450b08a61c9a25286cece2 /telephony | |
parent | 65e05f9cc587148c6b01105e04d878a97a255871 (diff) |
Adding owners for CarrierConfigManager separate from parent.
New carrier config keys shall be reviewed by a TL as part of addition.
This is to enforce that new carrier config keys are added as properly
defined public API keys.
Test: Owners file change only.
Fixes: 243858315
Change-Id: I3a86d95242b59adc150fe619681b5d5cbe00c11f
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/OWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/OWNERS b/telephony/OWNERS index e0c5f8fa214e..025869dd2999 100644 --- a/telephony/OWNERS +++ b/telephony/OWNERS @@ -17,3 +17,6 @@ per-file SubscriptionManager.java=jackyu@google.com,amruthr@google.com per-file SubscriptionInfo.java=set noparent per-file SubscriptionInfo.java=jackyu@google.com,amruthr@google.com +# Requiring TL ownership for new carrier config keys. +per-file CarrierConfigManager.java=set noparent +per-file CarrierConfigManager.java=amruthr@google.com,tgunn@google.com,rgreenwalt@google.com,satk@google.com |