diff options
Diffstat (limited to 'OWNERS')
| -rw-r--r-- | OWNERS | 46 |
1 files changed, 24 insertions, 22 deletions
@@ -1,33 +1,35 @@ # This top-level list should remain narrowly defined as team leads; individual # teams are strongly encouraged to define narrower OWNERS files at deeper # levels within the source tree; see OWNERS.md for more details -akulian@google.com -dsandler@android.com -dsandler@google.com -hackbod@android.com -hackbod@google.com -jjaggi@google.com -jsharkey@android.com -jsharkey@google.com -lorenzo@google.com -michaelwr@google.com -nandana@google.com -narayan@google.com -ogunwale@google.com -roosa@google.com -svetoslavganov@android.com -svetoslavganov@google.com -yamasani@google.com +akulian@google.com #{LAST_RESORT_SUGGESTION} +dsandler@android.com #{LAST_RESORT_SUGGESTION} +dsandler@google.com #{LAST_RESORT_SUGGESTION} +hackbod@android.com #{LAST_RESORT_SUGGESTION} +hackbod@google.com #{LAST_RESORT_SUGGESTION} +jjaggi@google.com #{LAST_RESORT_SUGGESTION} +jsharkey@android.com #{LAST_RESORT_SUGGESTION} +jsharkey@google.com #{LAST_RESORT_SUGGESTION} +lorenzo@google.com #{LAST_RESORT_SUGGESTION} +michaelwr@google.com #{LAST_RESORT_SUGGESTION} +nandana@google.com #{LAST_RESORT_SUGGESTION} +narayan@google.com #{LAST_RESORT_SUGGESTION} +ogunwale@google.com #{LAST_RESORT_SUGGESTION} +roosa@google.com #{LAST_RESORT_SUGGESTION} +svetoslavganov@android.com #{LAST_RESORT_SUGGESTION} +svetoslavganov@google.com #{LAST_RESORT_SUGGESTION} +yamasani@google.com #{LAST_RESORT_SUGGESTION} # API changes are already covered by API-Review+1 (http://mdb/android-api-council) # via https://android.git.corp.google.com/All-Projects/+/refs/meta/config/rules.pl. per-file */api/*current.txt = * +# Test mapping changes can be made by anyone +per-file */TEST_MAPPING = * + # Support bulk translation updates per-file */res*/values*/*.xml = byi@google.com, delphij@google.com -per-file Android.bp = file:platform/build/soong:/OWNERS -per-file Android.mk = file:platform/build/soong:/OWNERS -per-file ApiDocs.bp = file:platform/build/soong:/OWNERS -per-file StubLibraries.bp = file:platform/build/soong:/OWNERS -per-file ProtoLibraries.bp = file:platform/build/soong:/OWNERS +per-file *.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION} +per-file Android.mk = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION} +per-file TestProtoLibraries.bp = file:platform/platform_testing:/libraries/health/OWNERS +per-file TestProtoLibraries.bp = file:platform/tools/tradefederation:/OWNERS |