Skip to content

Commit

Permalink
Bump NDK to r28
Browse files Browse the repository at this point in the history
Changes: https://github.com/android/ndk/wiki/Changelog-r28

Important changes:

   * Toolchain switches to LLVM 19.0.0
   * 16k page alignment is enabled by default
  • Loading branch information
grendello committed Oct 29, 2024
1 parent aa668a5 commit bcb970a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Xamarin.Android.Prepare
{
class BuildAndroidPlatforms
{
public const string AndroidNdkVersion = "27b";
public const string AndroidNdkPkgRevision = "27.1.12297006";
public const string AndroidNdkVersion = "28-beta1";
public const string AndroidNdkPkgRevision = "28.0.12433566-beta1";
public const int NdkMinimumAPI = 21;
public const int NdkMinimumAPILegacy32 = 21;

Expand Down

0 comments on commit bcb970a

Please sign in to comment.