summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-15 00:04:41 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-15 00:04:41 +0100
commit2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41 (patch)
treeceb1f2b9782fe6be040a97bcb9cc92b25667b590 /updater
parentMerge "recovery: Remove HOST_OS guard for f2fs tools" am: 95101e7fca am: a233cb1261 (diff)
parentMerge "Consolidate the wait in recovery's reboot" am: a69c69b26f (diff)
downloadandroid_bootable_recovery-2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41.tar
android_bootable_recovery-2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41.tar.gz
android_bootable_recovery-2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41.tar.bz2
android_bootable_recovery-2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41.tar.lz
android_bootable_recovery-2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41.tar.xz
android_bootable_recovery-2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41.tar.zst
android_bootable_recovery-2bc65f82f6a4a9c10502fac4c86498ff3f0cbd41.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);
}