From 98e621e80559d854891b88c29c313c210007fa22 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Mon, 10 Feb 2020 11:18:54 -0800 Subject: [PATCH] Add OWNERS file for BootImageProfileTest Make it easier to find owners if the test becomes flaky. Bug: 148649139 Test: manual Change-Id: Ib8afcb027c92a376ab042f0cf7f9731edc17b7e0 --- tests/BootImageProfileTest/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/BootImageProfileTest/OWNERS diff --git a/tests/BootImageProfileTest/OWNERS b/tests/BootImageProfileTest/OWNERS new file mode 100644 index 0000000000000..657b3f2add2ec --- /dev/null +++ b/tests/BootImageProfileTest/OWNERS @@ -0,0 +1,4 @@ +mathieuc@google.com +calin@google.com +yawanng@google.com +sehr@google.com