summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-15 00:45:53 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-15 00:45:53 +0100
commit4b4739467cca06d8ff31301d67ab6eeb12eca7a4 (patch)
treeceb1f2b9782fe6be040a97bcb9cc92b25667b590 /updater/install.cpp
parentMerge "recovery: Remove HOST_OS guard for f2fs tools" am: 95101e7fca am: a233cb1261 am: b28d0cdbfa am: 0cd00c21be (diff)
parentMerge "Consolidate the wait in recovery's reboot" am: a69c69b26f am: 737a2e41bd am: 2bc65f82f6 (diff)
downloadandroid_bootable_recovery-4b4739467cca06d8ff31301d67ab6eeb12eca7a4.tar
android_bootable_recovery-4b4739467cca06d8ff31301d67ab6eeb12eca7a4.tar.gz
android_bootable_recovery-4b4739467cca06d8ff31301d67ab6eeb12eca7a4.tar.bz2
android_bootable_recovery-4b4739467cca06d8ff31301d67ab6eeb12eca7a4.tar.lz
android_bootable_recovery-4b4739467cca06d8ff31301d67ab6eeb12eca7a4.tar.xz
android_bootable_recovery-4b4739467cca06d8ff31301d67ab6eeb12eca7a4.tar.zst
android_bootable_recovery-4b4739467cca06d8ff31301d67ab6eeb12eca7a4.zip
Diffstat (limited to 'updater/install.cpp')
-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);
}