summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2020-03-19 01:11:48 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-19 01:11:48 +0100
commit8b43fdd100b0337d247350070fdd1bb154012d02 (patch)
tree00ee997b3bfb0ea0243b38de336eec8593ac3f2c /updater/install.cpp
parentMerge "Add more mounting options to updater mount function." into rvc-dev am: 342e53d045 am: 700dc434dc am: 4a5fff16b2 (diff)
parentConsolidate the wait in recovery's reboot am: e8ca1b8634 am: 32d28f90f0 (diff)
downloadandroid_bootable_recovery-8b43fdd100b0337d247350070fdd1bb154012d02.tar
android_bootable_recovery-8b43fdd100b0337d247350070fdd1bb154012d02.tar.gz
android_bootable_recovery-8b43fdd100b0337d247350070fdd1bb154012d02.tar.bz2
android_bootable_recovery-8b43fdd100b0337d247350070fdd1bb154012d02.tar.lz
android_bootable_recovery-8b43fdd100b0337d247350070fdd1bb154012d02.tar.xz
android_bootable_recovery-8b43fdd100b0337d247350070fdd1bb154012d02.tar.zst
android_bootable_recovery-8b43fdd100b0337d247350070fdd1bb154012d02.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);
}