Skip to content

Commit

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

Contains a handful of toolchain fixes which don't affect us.
Updating the version to track the latest LTS release.
  • Loading branch information
grendello authored Sep 24, 2024
1 parent 5ebcb1d commit 8bb3c8e
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 = "27";
public const string AndroidNdkPkgRevision = "27.0.12077973";
public const string AndroidNdkVersion = "27b";
public const string AndroidNdkPkgRevision = "27.1.12297006";
public const int NdkMinimumAPI = 21;
public const int NdkMinimumAPILegacy32 = 21;

Expand Down

0 comments on commit 8bb3c8e

Please sign in to comment.