mjnck architekt GrouchyGrape It's a known issue caused by an upstream regression in Android 14. It's recompiling system apps even though their code is shipped precompiled in the OS. It's also ignoring using the work it does as part of the Finalizing step of updating in the background. It's not supposed to have to actually compile any code on boot after a non-major update but it's not working correctly. We're working on it but it's difficult to resolve.
Titan_M2 GrapheneOS uses ahead-of-time compilation but for non-major updates it's meant to happen in the background in the Finalizing step and it's also not meant to have to compile apps shipped with the OS with a few exceptions due to upstream limitations of the precompilation support. They've unfortunately shipped half-baked ahead-of-time compilation changes which are impacting our approach.