From 1f33f463e9f197e25ff1901e7a409f42b4f4e9ac Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 12 Oct 2021 14:57:48 -0400 Subject: [PATCH] stop excluding classes from AOT --- static/releases.html | 1 + 1 file changed, 1 insertion(+) 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 @@
  • hard-wire dexpreopt compiler filter to speed to force ahead-of-time compilation for bytecode in the product image
  • mark APEX modules as not updatable and classify all the APEX jars as non-updatable so they can be fully pre-compiled
  • enable dexpreopt for updatable system server APEX jars
  • +
  • stop excluding aby APEX Java library classes from ahead-of-time compilation since we always update them as part of the OS
  • use new privacy indicators for location
  • raise permission usage history from 1 day to 7 days
  • enable permission history for all permission groups