Skip to content

Commit ab4354c

Browse files
committed
Bump NDK to r28
Changes: https://github.com/android/ndk/wiki/Changelog-r28 Important changes: * Toolchain switches to LLVM 19.0.0 * 16k page alignment is enabled by default
1 parent 5588e7d commit ab4354c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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 = "27c";
9-
public const string AndroidNdkPkgRevision = "27.2.12479018";
8+
public const string AndroidNdkVersion = "28-beta2";
9+
public const string AndroidNdkPkgRevision = "28.0.12674087-rc1";
1010
public const int NdkMinimumAPI = 21;
1111
public const int NdkMinimumAPILegacy32 = 21;
1212

0 commit comments

Comments
 (0)