From d3042213068597ddef47a3aa6ad0cac096cc81bd Mon Sep 17 00:00:00 2001 From: Jeff Sharkey <jsharkey@android.com> Date: Tue, 24 Aug 2021 09:36:21 -0600 Subject: [PATCH] Test mapping changes can be made by anyone. Since TEST_MAPPING files can reference test suites flung far across the source tree, allow anyone to make changes to them. Bug: 174932174 Test: none Change-Id: I11dd436ac55e516263a587f9f82b17ce56e9e2e2 --- OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OWNERS b/OWNERS index 03cfac955858..ab5bd18fa4e0 100644 --- a/OWNERS +++ b/OWNERS @@ -23,6 +23,9 @@ yamasani@google.com #{LAST_RESORT_SUGGESTION} # 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 -- GitLab