summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorHongguang Chen <hgchen@google.com>2020-04-22 05:58:04 +0200
committerHongguang Chen <hgchen@google.com>2020-05-16 00:18:41 +0200
commit042672729c7460db36e2ec224661246570406d5f (patch)
tree842932dd531c7eb834964e18b4b42562f2b48385 /fastboot/fastboot.cpp
parentMerge "Allos IsUsbConnected() to be overridden" (diff)
downloadandroid_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.cpp1
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,