summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-03-13 22:25:02 +0100
committerTianjie Xu <xunchang@google.com>2020-03-14 00:09:48 +0100
commit00c4aba9bf428717fc00e26a03e97401eca76ee8 (patch)
tree9e972783e02a3969c3e38aaf1a687f07f56b779c /updater
parentMerge "Merge stage-aosp-master to aosp-master - DO NOT MERGE" (diff)
downloadandroid_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.gz
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.bz2
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.lz
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.xz
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.tar.zst
android_bootable_recovery-00c4aba9bf428717fc00e26a03e97401eca76ee8.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);
}