commit | ace80c56d7c63dadead34539b643f69a1b7336e8 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Apr 11 13:37:29 2016 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Apr 11 15:45:46 2016 +0100 |
tree | 8c57cda37777ace68884516c8acd4fda1ca73c5e | |
parent | 726959bf765b5aa4a43c5b62149a72fba7ffac57 [diff] |
Retry compiling a previously failing package after update BackgroundDexOptimizer (BDOS) keeps a list of packages it attempted to compile but dexopt failed. Once such a package is put on the list, it is never removed from it until reboot. This CL modifies BDOS to accept notificiations from PackageManagerService on recently installed packages and removes their names from the list. Bug: 28082762 Change-Id: I0c3d3f657bd3ff5f0a61dfeef1d8174ed7be0b74