diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-12 13:28:59 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-12 13:28:59 -0400 |
| commit | 06d2d5d033b151b75ca12ee1551d02c023cda503 (patch) | |
| tree | 12d894c28cd1c1d0e0998459a251302d8211b99e /static | |
| parent | 408e735bea1277ee5d57b038b448d5a659cf96c6 (diff) | |
dexpreopt improvements
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 82b1544e..a95646f3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -458,6 +458,8 @@ <li>make release signing otacerts.zip generation reproducible</li> <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: target ARMv8.2 and the CPU generation for ART and native code instead of producing generic ARMv8 code</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>mark APEX modules as not updatable and classify all the APEX jars as non-updatable so they can be fully pre-compiled</li> <li>use new privacy indicators for location</li> <li>raise permission usage history from 1 day to 7 days</li> <li>enable permission history for all permission groups</li> |
