summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-24 03:30:47 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-24 03:30:47 -0400
commit120b99d4f58197100db321d4334747050d38fc18 (patch)
tree429e8c34316539ca9b50230772bf37ffc13a3418
parent49e7de695e45b7d06c6ba6b1f8ea940f3571aa6e (diff)
remove extra word
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 5979c34a..59808b7c 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -745,7 +745,7 @@
<li>initial non-experimental release for Pixel 8 and Pixel 8 Pro support</li>
<li>speed up skipping compilation of system packages with dexpreopt (precompilation to native code) to improve post-update boot time</li>
<li>backport assorted dexpreopt fixes to make it work for more system packages again to improve verified boot security, free up wasted disk space and reduce post-update boot time</li>
- <li>use speed-profile compilation for user installed packages for first boot of an update to significantly improve boot time, then recompile then with full speed optimization in the background with a progress notification and a notification when it's finished for respawning apps</li>
+ <li>use speed-profile compilation for user installed packages for first boot of an update to significantly improve boot time, then recompile with full speed optimization in the background with a progress notification and a notification when it's finished for respawning apps</li>
<li>temporarily disable otapreopt (precompilation of apps in the background in update Finalizing step) due to it being broken in Android 14</li>
<li>Gallery: remove optional dependency to fix dexpreopt (precompilation to native code)</li>
<li>Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold: fix support for Widevine L1 on Android 14</li>