Skip to content

Commit d9d7e68

Browse files
grendellojonathanpeppers
authored andcommitted
Bump NDK to r26b (#8450)
Changes: https://github.com/android/ndk/wiki/Changelog-r26#r26b NDK r26 failed to update LLVM to v17.0.1 and instead shipped with an earlier beta build of the v17 toolchain. r26b fixes this mistake and updates LLVM to 17.0.2, based on: * https://github.com/llvm/llvm-project/commits/c4c5e79dd4b4c78eee7cffd9b0d7394b5bedcf12 * https://android.googlesource.com/toolchain/llvm-project/+/d9f89f4d16663d5012e5c09495f3b30ece3d2362
1 parent 90145fb commit d9d7e68

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 = "26";
9-
public const string AndroidNdkPkgRevision = "26.0.10792818";
8+
public const string AndroidNdkVersion = "26b";
9+
public const string AndroidNdkPkgRevision = "26.1.10909125";
1010
public const int NdkMinimumAPI = 21;
1111
public const int NdkMinimumAPILegacy32 = 21;
1212

0 commit comments

Comments
 (0)