Skip to content

Commit 5137dc7

Browse files
authored
Bump NDK to r25c (#7808)
Changes: https://github.com/android/ndk/wiki/Changelog-r25#r25c Changes potentially useful for us: - Updated LLVM to clang-r450784d1, based on LLVM 14 development. - [Issue 1832][0]: Improvements to aarch64 vector code generation. [0]: android/ndk#1832
1 parent b485425 commit 5137dc7

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 = "25b";
9-
public const string AndroidNdkPkgRevision = "25.1.8937393";
8+
public const string AndroidNdkVersion = "25c";
9+
public const string AndroidNdkPkgRevision = "25.2.9519653";
1010
public const int NdkMinimumAPI = 21;
1111
public const int NdkMinimumAPILegacy32 = 19;
1212

0 commit comments

Comments
 (0)