summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorHongguang Chen <hgchen@google.com>2020-05-20 19:00:24 +0200
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-20 19:00:24 +0200
commit3eac3fed78d1c5c618713db701fac41b8202d803 (patch)
treeaae5937f80c5cc751de65b2c0c9381f1e816d1ad /fastboot/fastboot.cpp
parentMerge changes from topic "nonab_on_vab_r" into rvc-dev am: b62ff1abe3 am: 492abcd14b (diff)
parentAdd EthernetDevice to manage ethernet connection. am: 4d0df88d88 (diff)
downloadandroid_bootable_recovery-3eac3fed78d1c5c618713db701fac41b8202d803.tar
android_bootable_recovery-3eac3fed78d1c5c618713db701fac41b8202d803.tar.gz
android_bootable_recovery-3eac3fed78d1c5c618713db701fac41b8202d803.tar.bz2
android_bootable_recovery-3eac3fed78d1c5c618713db701fac41b8202d803.tar.lz
android_bootable_recovery-3eac3fed78d1c5c618713db701fac41b8202d803.tar.xz
android_bootable_recovery-3eac3fed78d1c5c618713db701fac41b8202d803.tar.zst
android_bootable_recovery-3eac3fed78d1c5c618713db701fac41b8202d803.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,