commit | d150569b030aab4e8fe1c3d1cc3cd14422d9fcbf | [log] [tgz] |
---|---|---|
author | Rhed Jao <rhedjao@google.com> | Mon Nov 15 20:07:29 2021 +0800 |
committer | Rhed Jao <rhedjao@google.com> | Fri Nov 19 13:59:52 2021 +0800 |
tree | cd1968726bef403ff7803a8d48a123b046c10ccf | |
parent | 8181f28f1b98f1320137777cb1e41c471ce83b0e [diff] |
Fix PackageManager did not recognize OTA when only upgrade product - Introduce the PackagePartitions.FINGERPRINT to represent the fingerprint of the build and all system partitions. Using it to determine whether the system update has occurred. - Update PackageManager relating modules to replace Build.FINGERPRINT with the PackagePartitions.FINGERPRINT. Bug: 135224411 Test: atest PackagePartitionsTest Change-Id: I4c6244cd71cd0954b4d551f62b81b6ce3e2c4b17