-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…3099) * 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 (cherry picked from commit db01ee1) Co-authored-by: Matthew Leibowitz <[email protected]>
- Loading branch information
1 parent
ea04534
commit de16bbc
Showing
4 changed files
with
34 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Param( | ||
[string] $Version = "r25c", | ||
[string] $Version = "r27c", | ||
[string] $InstallDestination = $null | ||
) | ||
|
||
|