Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c73b143 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Gerrit Code Review
Browse files

Merge "Remove 1s sleep between each package in the A/B OTA postinstall dexopt process." into main

parents bfd4ecae 877d087a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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