Conversation

I've published sample releases of AOSP 9 with the next generation hardened malloc implementation and some other changes at seamlessupdate.app. It's at the domain I registered for the Updater app for the time being since I don't have a name for the OS hardening project yet.
6
17
Replying to
It's a bit simpler than in the past since I bundled the Android Verified Boot custom key into the factory images and it's set by the flash-all.sh script. To fully revert back to stock, you'll need to manually use `fastboot erase avb_custom_key` to untrust that key.
1