commit | ae7cf39152e74867b798aecf6151a052b0925f2f | [log] [tgz] |
---|---|---|
author | Winson <chiuwinson@google.com> | Tue Jan 18 22:39:45 2022 -0800 |
committer | Winson <chiuwinson@google.com> | Thu Jan 27 02:39:41 2022 -0800 |
tree | 1d348fa51375b80032e7b508f5925c4e404d480e | |
parent | 56f4967e47b7247dbad78cc6bee877cc9fca5e51 [diff] |
Force PMS snapshots Removes the ability to disable PackageManagerService snapshots. The new PackageState and related APIs rely on never taking PMS#mLock, so a snapshot Computer must always be available. To keep changes small, this does not migrate existing executeWithConsistentComputer calls, but that can be done in a simple follow-up to save on lambda allocation costs. Bug: 202291547 Change-Id: I243988b0c48938a8701842a9de5cfc465c1d38d8