commit | 3949de155274cd3a2a8bfda8e5e3779353a29064 | [log] [tgz] |
---|---|---|
author | Jackal Guo <jackalguo@google.com> | Mon Dec 14 10:42:17 2020 +0800 |
committer | Jackal Guo <jackalguo@google.com> | Thu Jan 14 11:57:30 2021 +0800 |
tree | 7febdd7b51ce8b3e950813e1aa07e09180438a5e | |
parent | d09c22c4e82574b224e236cebfc2bd1e1545c1d6 [diff] |
Refactor PackageParser (1/n) The PackageParser is deprecated, but two inner classes PackageLite and ApkLite are still used widely. To move away from PackageParser, the first step is having alternatives of these inner classes. Besides, some constants in the PackageParser are also used. This CL also moves them into the individual class. Bug: 174723245 Test: make Change-Id: Ice151dc4daf7e342e9f77cfdae69682c1d5ba56f