From b7fdc95170c2cece76e312ad7fad081fd1f5d96c Mon Sep 17 00:00:00 2001 From: Adam Bookatz <bookatz@google.com> Date: Thu, 2 Feb 2023 09:24:43 -0800 Subject: [PATCH] Add HsumBootUserInitializer to OWNERS file This new class is owned by the multiuser team. Test: N/A Change-Id: I077a3f99b2872a349e4942d0bf07e9987c1c993c --- services/OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/OWNERS b/services/OWNERS index eace9060277d..3ce5ae170329 100644 --- a/services/OWNERS +++ b/services/OWNERS @@ -3,6 +3,8 @@ per-file Android.bp = file:platform/build/soong:/OWNERS #{LAST_RESORT_SUGGESTION # art-team@ manages the system server profile per-file art-profile* = calin@google.com, ngeoffray@google.com, vmarko@google.com +per-file java/com/android/server/HsumBootUserInitializer.java = file:/MULTIUSER_OWNERS + per-file java/com/android/server/* = patb@google.com #{LAST_RESORT_SUGGESTION} per-file tests/servicestests/src/com/android/server/systemconfig/* = patb@google.com -- GitLab