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 Nov 20, 2024
1 parent 5588e7d commit ab4354c
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 = "27c";
public const string AndroidNdkPkgRevision = "27.2.12479018";
public const string AndroidNdkVersion = "28-beta2";
public const string AndroidNdkPkgRevision = "28.0.12674087-rc1";
public const int NdkMinimumAPI = 21;
public const int NdkMinimumAPILegacy32 = 21;

Expand Down

0 comments on commit ab4354c

Please sign in to comment.