diff options
author | Hongguang Chen <hgchen@google.com> | 2020-04-22 05:58:04 +0200 |
---|---|---|
committer | Hongguang Chen <hgchen@google.com> | 2020-05-19 21:11:13 +0200 |
commit | 4d0df88d88db381422ee912f2609258d72eca4cf (patch) | |
tree | 959cfb41f4a1a056fc8d08f6f301e43ca3e9e9da /fastboot | |
parent | Merge changes from topic "nonab_on_vab_r" into rvc-dev (diff) | |
download | android_bootable_recovery-4d0df88d88db381422ee912f2609258d72eca4cf.tar android_bootable_recovery-4d0df88d88db381422ee912f2609258d72eca4cf.tar.gz android_bootable_recovery-4d0df88d88db381422ee912f2609258d72eca4cf.tar.bz2 android_bootable_recovery-4d0df88d88db381422ee912f2609258d72eca4cf.tar.lz android_bootable_recovery-4d0df88d88db381422ee912f2609258d72eca4cf.tar.xz android_bootable_recovery-4d0df88d88db381422ee912f2609258d72eca4cf.tar.zst android_bootable_recovery-4d0df88d88db381422ee912f2609258d72eca4cf.zip |
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/fastboot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 202334997..a0930087c 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -52,6 +52,7 @@ Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::strin ui->ResetKeyInterruptStatus(); ui->SetTitle(title_lines); ui->ShowText(true); + device->StartFastboot(); // Reset to normal system boot so recovery won't cycle indefinitely. // TODO(b/112277594) Clear only if 'recovery' field of BCB is empty. If not, |