Lime3DS/externals
Reg Tiangha 9397d83c1a Android: Support flexible page sizes in Android 15
Android 15 will allow OEMs to ship arm64-v8a devices with 16KiB page sizes. Devices that use this configuration will not be able to run existing apps that use native code. To be compatible with these devices, applications will need to rebuild all their native code to be 16KiB aligned, and rewrite any code which assumes a specific page size.

This commit sets `-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON` and updates `libadrenotools` to replace `PAGE_SIZE` with `getpagesize()` in order to dynamically determine a device's page size.
2024-09-24 00:52:21 +01:00
..
2024-03-31 16:50:40 +01:00
2024-03-31 01:01:49 -03:00
2024-09-23 18:39:25 +01:00
2023-04-27 07:38:28 +03:00
2024-09-23 18:39:25 +01:00
2024-05-22 09:05:17 -06:00
2024-05-22 09:06:23 -06:00
2024-03-31 01:01:49 -03:00
2024-03-31 01:01:49 -03:00
2024-03-31 01:01:49 -03:00
2024-03-31 01:01:49 -03:00
2024-03-31 01:01:49 -03:00
2024-03-31 01:01:49 -03:00
2024-03-31 01:01:49 -03:00
2024-03-31 01:01:49 -03:00
2023-06-05 07:29:05 -07:00
2022-02-24 21:02:40 +05:30
2024-06-29 11:28:40 +00:00