Skip to content

Commit d25f3de

Browse files
authored
Bump NDK to r26d (#8868)
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.
1 parent 78d4219 commit d25f3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/xaprepare/xaprepare/ConfigAndData/BuildAndroidPlatforms.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ namespace Xamarin.Android.Prepare
55
{
66
class BuildAndroidPlatforms
77
{
8-
public const string AndroidNdkVersion = "26c";
9-
public const string AndroidNdkPkgRevision = "26.2.11394342";
8+
public const string AndroidNdkVersion = "26d";
9+
public const string AndroidNdkPkgRevision = "26.3.11579264";
1010
public const int NdkMinimumAPI = 21;
1111
public const int NdkMinimumAPILegacy32 = 21;
1212

0 commit comments

Comments
 (0)