Skip to content

Commit

Permalink
[build] Update NDK to r21.0.6113669 (#4212)
Browse files Browse the repository at this point in the history
Context: https://github.com/android/ndk/wiki/Changelog-r21#changelog
Context: https://github.com/android/ndk/wiki/Changelog-r21#known-issues

Summary of changes:

  * 32-bit Windows is no longer supported.
  * Updated Clang and LLD to r365631
  * Updated libc++ to r369764
  * Updated glibc to 2.17
  * Updated gdb to 8.3
  * ndk-build and the CMake toolchain file now enable _FORTIFY_SOURCE
    by default
  * Fixed hiding of unwinder symbols in outputs of ndk-build and CMake
  • Loading branch information
grendello authored Feb 5, 2020
1 parent 7882f21 commit 476921a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Xamarin.Android.Prepare
{
class BuildAndroidPlatforms
{
public const string AndroidNdkVersion = "20b";
public const string AndroidNdkPkgRevision = "20.1.5948944";
public const string AndroidNdkVersion = "21";
public const string AndroidNdkPkgRevision = "21.0.6113669";

public static readonly List<AndroidPlatform> AllPlatforms = new List<AndroidPlatform> {
new AndroidPlatform (apiName: "", apiLevel: 1, platformID: "1"),
Expand Down

0 comments on commit 476921a

Please sign in to comment.