diff options
author | Dmitri Plotnikov <dplotnikov@google.com> | 2020-12-15 16:09:49 -0800 |
---|---|---|
committer | Dmitri Plotnikov <dplotnikov@google.com> | 2020-12-16 00:14:52 +0000 |
commit | cd2be4417bfb77f5ea3e480d0365c1ae8779f892 (patch) | |
tree | 7664ea1017793b0d6cf4f95435863da3efbc3550 | |
parent | c1fca8e84eef52811701cf906a1160814e9ad9d1 (diff) |
Add BATTERY_STATS_OWNERS to OWNERS for battery stats tests
Test: N/A
Change-Id: I1115bb151454b2c86332388d40e13cdfb9db66a0
-rw-r--r-- | core/tests/coretests/BstatsTestApp/OWNERS | 1 | ||||
-rw-r--r-- | core/tests/coretests/src/com/android/internal/os/OWNERS | 1 | ||||
-rw-r--r-- | tests/BatteryStatsPerfTest/OWNERS | 1 | ||||
-rw-r--r-- | tests/BatteryWaster/OWNERS | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/core/tests/coretests/BstatsTestApp/OWNERS b/core/tests/coretests/BstatsTestApp/OWNERS new file mode 100644 index 000000000000..4068e2bc03b7 --- /dev/null +++ b/core/tests/coretests/BstatsTestApp/OWNERS @@ -0,0 +1 @@ +include /BATTERY_STATS_OWNERS diff --git a/core/tests/coretests/src/com/android/internal/os/OWNERS b/core/tests/coretests/src/com/android/internal/os/OWNERS new file mode 100644 index 000000000000..4068e2bc03b7 --- /dev/null +++ b/core/tests/coretests/src/com/android/internal/os/OWNERS @@ -0,0 +1 @@ +include /BATTERY_STATS_OWNERS diff --git a/tests/BatteryStatsPerfTest/OWNERS b/tests/BatteryStatsPerfTest/OWNERS new file mode 100644 index 000000000000..4068e2bc03b7 --- /dev/null +++ b/tests/BatteryStatsPerfTest/OWNERS @@ -0,0 +1 @@ +include /BATTERY_STATS_OWNERS diff --git a/tests/BatteryWaster/OWNERS b/tests/BatteryWaster/OWNERS new file mode 100644 index 000000000000..4068e2bc03b7 --- /dev/null +++ b/tests/BatteryWaster/OWNERS @@ -0,0 +1 @@ +include /BATTERY_STATS_OWNERS |