Skip to content

Commit 90d067b

Browse files
grendellojonpryor
authored andcommitted
Bump to Android NDK r21d (#4865)
Context: https://github.com/android/ndk/wiki/Changelog-r21#r21d Changes: * Added APIs for Android 11: * New [ImageDecoder][0] API. * New [Thermal][1] API. * Updated [AAudio][2] APIs. * Updated [Bitmap][3] APIs. * Updated [Camera][4] APIs. * Updated [Choreographer][5] APIs. * Updated [Native Window][6] APIs. * Updated [NdkBinder][7] APIs. * Updated [NeuralNetworks][8] APIs. * OpenSLES is deprecated in favor of [AAudio][2]. Developers should use [Oboe][9] to automatically select the best available API. [0]: https://developer.android.com/ndk/reference/group/image-decoder [1]: https://developer.android.com/ndk/reference/group/thermal [2]: https://developer.android.com/ndk/reference/group/audio [3]: https://developer.android.com/ndk/reference/group/bitmap [4]: https://developer.android.com/ndk/reference/group/camera [5]: https://developer.android.com/ndk/reference/group/choreographer [6]: https://developer.android.com/ndk/reference/group/a-native-window [7]: https://developer.android.com/ndk/reference/group/ndk-binder [8]: https://developer.android.com/ndk/reference/group/neural-networks [9]: https://github.com/google/oboe
1 parent ca7d187 commit 90d067b

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 = "21c";
9-
public const string AndroidNdkPkgRevision = "21.2.6472646";
8+
public const string AndroidNdkVersion = "21d";
9+
public const string AndroidNdkPkgRevision = "21.3.6528147";
1010

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

0 commit comments

Comments
 (0)