clarify system server APEX dexpreopt

This commit is contained in:
Daniel Micay 2021-10-12 14:58:07 -04:00
parent 1f33f463e9
commit 4f4b424227

View File

@ -460,7 +460,7 @@
<li>disable dexpreopt profiles</li> <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>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>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>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>use new privacy indicators for location</li>
<li>raise permission usage history from 1 day to 7 days</li> <li>raise permission usage history from 1 day to 7 days</li>