Skip to content

Commit

Permalink
Bump NDK to r26d (#8868)
Browse files Browse the repository at this point in the history
Changes: https://github.com/android/ndk/wiki/Changelog-r26#r26d

Context: android/ndk#1994

The release appears to contain a single bugfix for ndk-gdb/ndk-lldb
which doesn't affect us.

Toolchain version is unchanged.
  • Loading branch information
grendello committed May 6, 2024
1 parent 78d4219 commit d25f3de
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 = "26c";
public const string AndroidNdkPkgRevision = "26.2.11394342";
public const string AndroidNdkVersion = "26d";
public const string AndroidNdkPkgRevision = "26.3.11579264";
public const int NdkMinimumAPI = 21;
public const int NdkMinimumAPILegacy32 = 21;

Expand Down

0 comments on commit d25f3de

Please sign in to comment.