commit | efbb31963003ab91aeef618a291a9f9d07d0767b | [log] [tgz] |
---|---|---|
author | Winson <[email protected]> | Thu Jan 06 17:01:37 2022 -0800 |
committer | Winson <[email protected]> | Tue Jan 18 12:47:45 2022 -0800 |
tree | ea7296f9e8431c5c37c3925d8aaf49af48232f0c | |
parent | 40b0a8e067feba49df8bdc9d8f8725605d240ad5 [diff] |
Move package parsing to services.jar This facilitates exposing the Parsed_ classes as @SystemApi(client = SYSTEM_SERVER) while keeping everything inside services.jar rather than having it split across both jars. This reverts getPackageArchiveInfo to use legacy PackageParser, since framework.jar can no longer access the moved classes. Bug: 214038417 Test: presubmit, no logic changes Change-Id: I152d70fb4f643d32efb012cfb20b0fbc5f88f2d8