From a2ab6a9a5fd1ca6285a3388b5d80c0f213fd5cfa Mon Sep 17 00:00:00 2001 From: Yiming Pan Date: Mon, 30 Aug 2021 12:59:11 -0700 Subject: [PATCH] Backfill owner information for VTS module VtsHalHealthV2_1TargetTest. Each VTS module is required to have OWNERS file. The ownership is based on go/vts-owners. For more information about ownership policy, please visit go/xts-owners-policy. Test: Tree Hugger Bug: 143903671 Change-Id: I7cba8c0c0fc611d7499c9afdc93d5d6fe865b33a --- health/2.1/vts/functional/OWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 health/2.1/vts/functional/OWNERS diff --git a/health/2.1/vts/functional/OWNERS b/health/2.1/vts/functional/OWNERS new file mode 100644 index 0000000000..cd06415b92 --- /dev/null +++ b/health/2.1/vts/functional/OWNERS @@ -0,0 +1,2 @@ +# Bug component: 30545 +elsk@google.com