Skip to content

Commit 7368487

Browse files
authored
Bump NDK to r26c (#8732)
Changes: https://github.com/android/ndk/wiki/Changelog-r26#r26c * Updated LLVM to clang-r487747e. See AndroidVersion.txt and clang_source_info.md in the toolchain directory for version information. * [Issue 1928](android/ndk#1928): Fixed Clang crash in instruction selection for 32-bit armv8 floating point. * [Issue 1953](android/ndk#1953): armeabi-v7a libc++ libraries are once again built as thumb. `AndroidVersion.txt` contains: ``` 17.0.2 based on r487747e ```
1 parent 0418e7b commit 7368487

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

0 commit comments

Comments
 (0)