From 6c1f227875cf72044e20dd0db0735eb8c959b637 Mon Sep 17 00:00:00 2001 From: Kevin Han Date: Fri, 8 Jan 2021 15:11:21 -0800 Subject: [PATCH] Include app hibernation OWNERS file in others Point all OWNERS lists to the one in core/java/android/apphiberation/OWNERS so it's easier to maintain. Also go ahead and add an OWNERS file and directory for tests. Bug: 175829330 Test: builds Change-Id: I4eea4658cfce2d23a44030368ba9a41b35ca4d5b --- services/core/java/com/android/server/apphibernation/OWNERS | 4 +--- .../src/com/android/server/apphibernation/OWNERS | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 services/tests/servicestests/src/com/android/server/apphibernation/OWNERS diff --git a/services/core/java/com/android/server/apphibernation/OWNERS b/services/core/java/com/android/server/apphibernation/OWNERS index 4804fa3eb9150..c2e27e084c8c2 100644 --- a/services/core/java/com/android/server/apphibernation/OWNERS +++ b/services/core/java/com/android/server/apphibernation/OWNERS @@ -1,3 +1 @@ -# TODO: Include /core/java/android/apphibernation/OWNERS. See b/177005153 -kevhan@google.com -rajekumar@google.com +include /core/java/android/apphibernation/OWNERS diff --git a/services/tests/servicestests/src/com/android/server/apphibernation/OWNERS b/services/tests/servicestests/src/com/android/server/apphibernation/OWNERS new file mode 100644 index 0000000000000..c2e27e084c8c2 --- /dev/null +++ b/services/tests/servicestests/src/com/android/server/apphibernation/OWNERS @@ -0,0 +1 @@ +include /core/java/android/apphibernation/OWNERS