diff --git a/core/java/android/service/games/OWNERS b/core/java/android/service/games/OWNERS new file mode 100644 index 0000000000000..81d94e090d7ff --- /dev/null +++ b/core/java/android/service/games/OWNERS @@ -0,0 +1 @@ +include /GAME_MANAGER_OWNERS diff --git a/services/core/java/com/android/server/app/OWNERS b/services/core/java/com/android/server/app/OWNERS index aaebbfa8e2536..221e06ce5f677 100644 --- a/services/core/java/com/android/server/app/OWNERS +++ b/services/core/java/com/android/server/app/OWNERS @@ -1 +1 @@ -per-file GameManager* = file:/GAME_MANAGER_OWNERS +per-file Game* = file:/GAME_MANAGER_OWNERS diff --git a/services/tests/mockingservicestests/OWNERS b/services/tests/mockingservicestests/OWNERS index 0fb0c30214861..2bb16496e0f08 100644 --- a/services/tests/mockingservicestests/OWNERS +++ b/services/tests/mockingservicestests/OWNERS @@ -1 +1,5 @@ include platform/frameworks/base:/services/core/java/com/android/server/am/OWNERS +per-file FakeGameClassifier.java = file:/GAME_MANAGER_OWNERS +per-file FakeGameServiceProviderInstance = file:/GAME_MANAGER_OWNERS +per-file FakeServiceConnector.java = file:/GAME_MANAGER_OWNERS +per-file Game* = file:/GAME_MANAGER_OWNERS diff --git a/services/tests/servicestests/OWNERS b/services/tests/servicestests/OWNERS index 0fb0c30214861..d07848e1bbe23 100644 --- a/services/tests/servicestests/OWNERS +++ b/services/tests/servicestests/OWNERS @@ -1 +1,2 @@ include platform/frameworks/base:/services/core/java/com/android/server/am/OWNERS +per-file GameManagerServiceSettingsTests.java = file:/GAME_MANAGER_OWNERS