diff options
author | Tianjie Xu <xunchang@google.com> | 2020-03-14 23:33:29 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-03-14 23:33:29 +0100 |
commit | a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7 (patch) | |
tree | 8651cb90295a8fa07e968c8e584e72f1b9d2a104 /updater/install.cpp | |
parent | Merge "recovery: Remove HOST_OS guard for f2fs tools" (diff) | |
parent | Consolidate the wait in recovery's reboot (diff) | |
download | android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.gz android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.bz2 android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.lz android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.xz android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.tar.zst android_bootable_recovery-a69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7.zip |
Diffstat (limited to 'updater/install.cpp')
-rw-r--r-- | updater/install.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/install.cpp b/updater/install.cpp index 62ff87e76..7608dc3cd 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -733,7 +733,6 @@ Value* RebootNowFn(const char* name, State* state, const std::vector<std::unique Reboot(property); - sleep(5); return ErrorAbort(state, kRebootFailure, "%s() failed to reboot", name); } |