summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-03-14 23:33:29 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-14 23:33:29 +0100
commita69c69b26f3dce9bac5b32f3c8f7c6c7115a0de7 (patch)
tree8651cb90295a8fa07e968c8e584e72f1b9d2a104 /updater
parentMerge "recovery: Remove HOST_OS guard for f2fs tools" (diff)
parentConsolidate the wait in recovery's reboot (diff)
downloadandroid_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')
-rw-r--r--updater/install.cpp1
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);
}