diff options
| author | 2021-10-06 09:15:46 -0400 | |
|---|---|---|
| committer | 2021-10-06 09:15:46 -0400 | |
| commit | ff8e5c0c3f3229bf24356920ec6eed6930d9388b (patch) | |
| tree | c7b5af2803e7feb2de1e118f20ca3302585c3518 | |
| parent | 6a0afe1846e4d5f7867d4cc68cab468fdc9bfcba (diff) | |
Mark Soong maintainers as a last resort suggestion
Soong having OWNERS in frameworks/base is useful to enable LSCs;
however, they shouldn't appear in review suggestions except as a
fallback.
Test: n/a
Change-Id: I86618b66e51893908478def9fc455a3dfde146f0
| -rw-r--r-- | OWNERS | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -29,10 +29,7 @@ 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 |