commit | c4481c54941528a0207e2f98f45def06419b8c8a | [log] [tgz] |
---|---|---|
author | Winson <chiuwinson@google.com> | Wed Mar 02 11:03:12 2022 -0800 |
committer | Winson <chiuwinson@google.com> | Wed Mar 02 11:18:41 2022 -0800 |
tree | ec04727280ce9cd5f9945a2eac55e7dcfeaa5051 | |
parent | 1c11a5dfe6f5356442a8035e8ffb339fee66a03c [diff] [blame] |
Add PackageManagerLocal for mainline modules Bug: 211763739 Change-Id: Ia25ea8e224fcf88030761636c574f5084c98b035
diff --git a/services/api/current.txt b/services/api/current.txt index 440f66a..45c0059 100644 --- a/services/api/current.txt +++ b/services/api/current.txt
@@ -44,6 +44,13 @@ } +package com.android.server.pm { + + public interface PackageManagerLocal { + } + +} + package com.android.server.role { public interface RoleServicePlatformHelper {