diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-12 14:57:48 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-12 14:57:48 -0400 |
| commit | 1f33f463e9f197e25ff1901e7a409f42b4f4e9ac (patch) | |
| tree | 556f22b9318adce0a2c5962fcc4365376fbaab4a | |
| parent | efa40316560839d28119f10781ae6b3d02f042ea (diff) | |
stop excluding classes from AOT
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index bd200cd0..81a978ba 100644 --- a/static/releases.html +++ b/static/releases.html @@ -461,6 +461,7 @@ <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>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> <li>enable permission history for all permission groups</li> |
