summaryrefslogtreecommitdiff
path: root/static/releases.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-10-12 14:58:07 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-10-12 14:58:07 -0400
commit4f4b424227809c9e603bf249a43dbf7a2d18c74d (patch)
treeaf368803dd771866e6efa4d29a2c7d9ad58fb95e /static/releases.html
parent1f33f463e9f197e25ff1901e7a409f42b4f4e9ac (diff)
clarify system server APEX dexpreopt
Diffstat (limited to 'static/releases.html')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 81a978ba..133030ad 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -460,7 +460,7 @@
<li>disable dexpreopt profiles</li>
<li>hard-wire dexpreopt compiler filter to speed to force ahead-of-time compilation for bytecode in the product image</li>
<li>mark APEX modules as not updatable and classify all the APEX jars as non-updatable so they can be fully pre-compiled</li>
- <li>enable dexpreopt for updatable system server APEX jars</li>
+ <li>enable dexpreopt for all system server APEX jars</li>
<li>stop excluding aby APEX Java library classes from ahead-of-time compilation since we always update them as part of the OS</li>
<li>use new privacy indicators for location</li>
<li>raise permission usage history from 1 day to 7 days</li>