commit | 75a5c60644a30c1a20e56857fb569bafa4039c02 | [log] [tgz] |
---|---|---|
author | Patrick Baumann <patb@google.com> | Wed Dec 26 10:18:50 2018 -0800 |
committer | Patrick Baumann <patb@google.com> | Wed Dec 26 11:44:50 2018 -0800 |
tree | 79516b655723a403d3c9ad13efe8b378e2af3fd5 | |
parent | d3bbd150aaa95c952ae9123e635d87572e3e3c38 [diff] |
Fixes NPE on system app update When updating a system app, a recent code change resulted in trying to read the parsed package from a @Nullable field without first checking for the null case. We have access to the package from the original scan request and so this change just fetches it from there. Change-Id: Ieeb4d7f94db23adea64bca7fb982f473cc0a40fe Fixes: 121411453 Fixes: 121455797 Test: Wait for and observe successful GMS Core update