summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2023-08-03 14:50:26 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-08-03 14:50:26 +0000
commit4c73b143b34ae8e144fe8eceee4fd253179a7d21 (patch)
treef94f167946ff1a11d26e19afce2d6c85efe958aa
parentbfd4ecae5cc5da1c9e7f0a8d5e12b79e78a36bac (diff)
parent877d087af7ad0a435b27d36068bd0d0162a91f45 (diff)
Merge "Remove 1s sleep between each package in the A/B OTA postinstall dexopt process." into main
-rw-r--r--cmds/installd/otapreopt_script.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/installd/otapreopt_script.sh b/cmds/installd/otapreopt_script.sh
index db5c34edc2..e483d54a2a 100644
--- a/cmds/installd/otapreopt_script.sh
+++ b/cmds/installd/otapreopt_script.sh
@@ -72,7 +72,6 @@ while ((i<MAXIMUM_PACKAGES)) ; do
PROGRESS=$(cmd otadexopt progress)
print -u${STATUS_FD} "global_progress $PROGRESS"
- sleep 1
i=$((i+1))
done