diff options
Diffstat (limited to 'recovery_main.cpp')
-rw-r--r-- | recovery_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_main.cpp b/recovery_main.cpp index 9a358aba..b0eda510 100644 --- a/recovery_main.cpp +++ b/recovery_main.cpp @@ -538,7 +538,7 @@ int main(int argc, char** argv) { } 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 { |