App must support 16 KB memory page sizes as per new google policy effective 2026-05-31
🐞 Bug Report
We should inherit most of the required changes from moz, but there may be some stuff that we need to do. Currently we have a crash on startup when trying to run in 16KB page size mode that we inherit from moz https://bugzilla.mozilla.org/show_bug.cgi?id=1959478. Once that issue is fixed we should recheck TBA to make sure it is 16KB optimized and compliant.
Reproduction steps
(I have only tested with an emulator)
- Either get a 16KB emulator https://developer.android.com/guide/practices/page-sizes#16kb-emulator or enable "Boot with 16KB page size" https://developer.android.com/guide/practices/page-sizes#developer-option
- Install app
- Try to boot
- Crash on startup
Does this bug occur in Firefox Rapid Release?
Yes, according to https://bugzilla.mozilla.org/show_bug.cgi?id=1959478
Edited by clairehurst