diff options
author | Yiming Pan <yimingpan@google.com> | 2021-08-30 12:53:19 -0700 |
---|---|---|
committer | Yiming Pan <yimingpan@google.com> | 2021-10-06 16:27:18 -0700 |
commit | 6087dc050c0541e2d3232e44747f1bb7a5635090 (patch) | |
tree | 929198a7d54bb667485b1a9cc16569ad9dd5edf5 /power | |
parent | e1152b63909c9c58ea7ce58e3427cd4013669c34 (diff) |
Backfill owner information for VtsHalPower.
Owner information is backfilled for the following modules:
VtsHalPowerV1_1TargetTest
VtsHalPowerV1_2TargetTest
VtsHalPowerV1_3TargetTest
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: Iacce57160c61adb151ca93c6e1fe2f3402b3a680
Diffstat (limited to 'power')
-rw-r--r-- | power/1.0/vts/OWNERS (renamed from power/1.0/vts/functional/OWNERS) | 0 | ||||
-rw-r--r-- | power/1.1/vts/OWNERS | 2 | ||||
-rw-r--r-- | power/1.1/vts/functional/OWNERS | 2 | ||||
-rw-r--r-- | power/1.2/vts/OWNERS | 2 | ||||
-rw-r--r-- | power/1.3/vts/OWNERS | 2 |
5 files changed, 8 insertions, 0 deletions
diff --git a/power/1.0/vts/functional/OWNERS b/power/1.0/vts/OWNERS index 6de2cd5df0..6de2cd5df0 100644 --- a/power/1.0/vts/functional/OWNERS +++ b/power/1.0/vts/OWNERS diff --git a/power/1.1/vts/OWNERS b/power/1.1/vts/OWNERS new file mode 100644 index 0000000000..3a64da73f8 --- /dev/null +++ b/power/1.1/vts/OWNERS @@ -0,0 +1,2 @@ +# Bug component: 158088 +wvw@google.com diff --git a/power/1.1/vts/functional/OWNERS b/power/1.1/vts/functional/OWNERS new file mode 100644 index 0000000000..6de2cd5df0 --- /dev/null +++ b/power/1.1/vts/functional/OWNERS @@ -0,0 +1,2 @@ +# Bug component: 158088 +connoro@google.com diff --git a/power/1.2/vts/OWNERS b/power/1.2/vts/OWNERS new file mode 100644 index 0000000000..4d8c7e90d9 --- /dev/null +++ b/power/1.2/vts/OWNERS @@ -0,0 +1,2 @@ +# Bug component: 158088 +include ../../1.1/vts/OWNERS diff --git a/power/1.3/vts/OWNERS b/power/1.3/vts/OWNERS new file mode 100644 index 0000000000..4d8c7e90d9 --- /dev/null +++ b/power/1.3/vts/OWNERS @@ -0,0 +1,2 @@ +# Bug component: 158088 +include ../../1.1/vts/OWNERS |