commit | 6ae7afc18c5716eb55e77516de6d0e74e08a2f65 | [log] [tgz] |
---|---|---|
author | Patrick Baumann <patb@google.com> | Tue Jul 30 13:11:28 2019 -0700 |
committer | Patrick Baumann <patb@google.com> | Thu Aug 01 08:12:02 2019 -0700 |
tree | 4c18b65f4196d41451c9f924a74c03e981b0f4d7 | |
parent | c7487391b0870e59a5c9d44d8e479bb55984ac5f [diff] |
Passes Injector into PackageManagerService ctor After migrating away from locking on the package map, we can now pass in most of what we need to PackageManagerService via the new Injector class. This change begins the process of passing that injector in so that we can easily mock most dependencies in unit tests. Fixes: 137881067 Test: atest ScanTests Change-Id: I0b0f8cf2bf59c009f2ec98147206645c84a0becc