From 6fd185eedbd9efa7524dad7f45c587b16a484074 Mon Sep 17 00:00:00 2001 From: Harry Zhang Date: Fri, 18 Jun 2021 00:56:34 -0700 Subject: [PATCH] Let TradeFed and CrystalBall teams co-own TestProtoLibraries.bp. This target is used for TradeFed dependencies and can be managed separately by these two teams. Bug: 181921006 Test: Manual Change-Id: Ibcfeef30c8cb88e244561cac99c034981b84ed80 --- OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OWNERS b/OWNERS index ccb56d3b1bfef..03cfac9558584 100644 --- a/OWNERS +++ b/OWNERS @@ -31,3 +31,5 @@ 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 TestProtoLibraries.bp = file:platform/platform_testing:/libraries/health/OWNERS +per-file TestProtoLibraries.bp = file:platform/tools/tradefederation:/OWNERS