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:
parent
7ac60275da
commit
db01ee168a
4 changed files with 34 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Param(
|
||||
[string] $Version = "r25c",
|
||||
[string] $Version = "r27c",
|
||||
[string] $InstallDestination = $null
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue