commit | 86b4d6cf9b396d4ac5a4f83c2e57aa6e79e2103a | [log] [tgz] |
---|---|---|
author | Winson Chiu <chiuwinson@google.com> | Sat Jul 23 01:13:12 2022 +0000 |
committer | Winson Chiu <chiuwinson@google.com> | Wed Jul 27 16:55:17 2022 +0000 |
tree | 86cfa4acf5a338894089b40cbb1c8b0ba5222e11 | |
parent | 634a349332b3037fa6918be7ae83d9e7110137cf [diff] |
Remove PackageInfo from ApexPackageInfo Consumers inside system_server should use AndroidPackage/PackageState directly. This may regress some metrics as it pushes PackageInfo generation to call time instead of cached ahead of time, but this method is more accurate as it allows filling any user-specific fields and mirrors how _Info objects are generated in the rest of the system. Bug: 239965524 Test: atest ApexManagerTest Change-Id: Ibdea719c75a9c72ac144a1f30692d04d280c6309