From edf1493144c7d337a030fa39513bfbad0e228053 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Mon, 5 Dec 2022 13:12:12 -0800 Subject: [PATCH] Lock down envsetup.sh to a small number of people Test: none Change-Id: I5d854b5dfbaf22382cdbc41922ace8a11da20367 --- OWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OWNERS b/OWNERS index 8a1cc34baf..5c7f5adff2 100644 --- a/OWNERS +++ b/OWNERS @@ -1,4 +1,8 @@ include platform/build/soong:/OWNERS +# Since this file affects all Android developers, lock it down. There is still +# round the world timzeone coverage. +per-file envsetup.sh = joeo@google.com, jingwen@google.com, lberki@google.com + # Finalization scripts per-file finalize* = smoreland@google.com, alexbuy@google.com