diff options
| author | 2023-08-03 14:50:26 +0000 | |
|---|---|---|
| committer | 2023-08-03 14:50:26 +0000 | |
| commit | 4c73b143b34ae8e144fe8eceee4fd253179a7d21 (patch) | |
| tree | f94f167946ff1a11d26e19afce2d6c85efe958aa | |
| parent | bfd4ecae5cc5da1c9e7f0a8d5e12b79e78a36bac (diff) | |
| parent | 877d087af7ad0a435b27d36068bd0d0162a91f45 (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.sh | 1 |
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 |