commit | 23a384b50fe1207bc5ee68b7461abe647b81320f | [log] [tgz] |
---|---|---|
author | Erfan Abdi <erfangplus@gmail.com> | Tue Apr 14 23:07:33 2020 +0430 |
committer | Nick Reuter <nreuter85@gmail.com> | Sun Jun 18 00:59:28 2023 -0500 |
tree | c4c16281c9af9182e70e811350e3180f23720233 | |
parent | 9141a7ad456ef290b96a5acad50aaec1d45d3c15 [diff] [blame] |
recovery: Map logical partitions before installation Change-Id: I785b49086a2baf462e97be831b495d7db72f7a42
diff --git a/recovery_main.cpp b/recovery_main.cpp index 8ae0ba2..183950d 100644 --- a/recovery_main.cpp +++ b/recovery_main.cpp
@@ -593,7 +593,7 @@ } case Device::ENTER_FASTBOOT: - if (android::fs_mgr::LogicalPartitionsMapped()) { + if (logical_partitions_mapped()) { ui->Print("Partitions may be mounted - rebooting to enter fastboot."); Reboot("fastboot"); } else {