diff options
| author | Alessandro Astone <ales.astone@gmail.com> | 2020-03-17 23:06:52 +0100 |
|---|---|---|
| committer | Ćukasz Patron <priv.luk@gmail.com> | 2020-11-01 21:01:53 +0100 |
| commit | 878cc2d23ba26c8ffd3496105a91ab838b94c024 (patch) | |
| tree | 9d2b86b83a8577bbcf138dbe4a9c63fa96e6569c /install/wipe_device.cpp | |
| parent | 6fb8add96273a55a8c5b2c08884ad4d82c0bb422 (diff) | |
recovery: allow A/B updater to downgrader11.0
Change-Id: Iaa1fb7838fb958e69fb3104fef7743aafad12b1b
Diffstat (limited to 'install/wipe_device.cpp')
| -rw-r--r-- | install/wipe_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/wipe_device.cpp b/install/wipe_device.cpp index 89d5d31a..8422e54f 100644 --- a/install/wipe_device.cpp +++ b/install/wipe_device.cpp @@ -164,7 +164,7 @@ static bool CheckWipePackage(Package* wipe_package, RecoveryUI* ui) { return false; } - return CheckPackageMetadata(metadata, OtaType::BRICK); + return CheckPackageMetadata(metadata, OtaType::BRICK, ui); } bool WipeAbDevice(Device* device, size_t wipe_package_size) { |
