-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Add support for 16KB page size (#7037)
## Description Starting from Android 15 devices can use 16KB page size instead of 4KB. Apps that take advantage of this require additional linker flag. This PR adds aforementioned flag so that apps that use Reanimated don't crash. >[!NOTE] > More info can be found [here](https://developer.android.com/guide/practices/page-sizes) ## Test plan Tested on fabric-example on AVD with 16KB page size.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters