commit | b5511cb017198f25b9d493d0053698bde88bc4ec | [log] [tgz] |
---|---|---|
author | Erfan Abdi <erfangplus@gmail.com> | Tue Apr 14 23:07:33 2020 +0430 |
committer | Nick Reuter <nreuter85@gmail.com> | Wed Dec 07 18:55:06 2022 -0600 |
tree | a81e0f754f66bb8a665f64cbf347ec14dfc29697 | |
parent | 4d68f101bb536a80611db1eee8e88b3466a1c841 [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 {