GrapheneOS on Nostr: nprofile1q…jcaul Android broke this in Android 13 so we developed our own approach ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqw999cf2u3v03zxtuupur976drdqt3jkux3jsu8ymzze8k4pkhfwq8jcaul (nprofile…caul) Android broke this in Android 13 so we developed our own approach for compiling the apps after booting. We were compiling them with speed-profile at boot and then speed after boot since speed takes far too long to do it during boot. Prior to Android 13, we were doing speed compilation in The Finalizing step. Since we have our post-boot background code implemented now, we switched to doing speed-profile in Finalizing with their new working code for it and speed post-boot.