diff options
author | Hongguang Chen <hgchen@google.com> | 2020-04-22 05:58:04 +0200 |
---|---|---|
committer | Hongguang Chen <hgchen@google.com> | 2020-05-16 00:18:41 +0200 |
commit | 042672729c7460db36e2ec224661246570406d5f (patch) | |
tree | 842932dd531c7eb834964e18b4b42562f2b48385 /fastboot/fastboot.cpp | |
parent | Merge "Allos IsUsbConnected() to be overridden" (diff) | |
download | android_bootable_recovery-042672729c7460db36e2ec224661246570406d5f.tar android_bootable_recovery-042672729c7460db36e2ec224661246570406d5f.tar.gz android_bootable_recovery-042672729c7460db36e2ec224661246570406d5f.tar.bz2 android_bootable_recovery-042672729c7460db36e2ec224661246570406d5f.tar.lz android_bootable_recovery-042672729c7460db36e2ec224661246570406d5f.tar.xz android_bootable_recovery-042672729c7460db36e2ec224661246570406d5f.tar.zst android_bootable_recovery-042672729c7460db36e2ec224661246570406d5f.zip |
Diffstat (limited to 'fastboot/fastboot.cpp')
-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, |