diff options
author | Hongguang Chen <hgchen@google.com> | 2020-05-20 18:43:10 +0200 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-20 18:43:10 +0200 |
commit | b3cd9fad2239d074a3b11fe81519b2364f5a9af1 (patch) | |
tree | 959cfb41f4a1a056fc8d08f6f301e43ca3e9e9da /fastboot | |
parent | Merge changes from topic "nonab_on_vab_r" into rvc-dev am: b62ff1abe3 (diff) | |
parent | Add EthernetDevice to manage ethernet connection. (diff) | |
download | android_bootable_recovery-b3cd9fad2239d074a3b11fe81519b2364f5a9af1.tar android_bootable_recovery-b3cd9fad2239d074a3b11fe81519b2364f5a9af1.tar.gz android_bootable_recovery-b3cd9fad2239d074a3b11fe81519b2364f5a9af1.tar.bz2 android_bootable_recovery-b3cd9fad2239d074a3b11fe81519b2364f5a9af1.tar.lz android_bootable_recovery-b3cd9fad2239d074a3b11fe81519b2364f5a9af1.tar.xz android_bootable_recovery-b3cd9fad2239d074a3b11fe81519b2364f5a9af1.tar.zst android_bootable_recovery-b3cd9fad2239d074a3b11fe81519b2364f5a9af1.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, |