Update the Android NDK to r27c and update to 16kb alignment (#3096)

* Update the Android NDK to r27c

* Set the max page size to be 16kb

* https://developer.android.com/guide/practices/page-sizes
* https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html

* Add a test
This commit is contained in:
Matthew Leibowitz 2024-12-04 07:39:35 +02:00 committed by GitHub
commit db01ee168a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Param(
[string] $Version = "r25c",
[string] $Version = "r27c",
[string] $InstallDestination = $null
)