From 044a4394ad0a71f20bcf6edca64f8712863e3f17 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:09:55 +0200 Subject: [PATCH] [Windows] Add Android NDK 24 (#5672) --- images/win/toolsets/toolset-2019.json | 4 ++-- images/win/toolsets/toolset-2022.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 38c8d87a..fb15f058 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -183,9 +183,9 @@ "patcher;v4" ], "ndk": { - "default": "21", + "default": "23", "versions": [ - "21", "22", "23" + "21", "23", "24" ] } }, diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index a9a7127e..d516ec90 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -153,9 +153,9 @@ "patcher;v4" ], "ndk": { - "default": "21", + "default": "23", "versions": [ - "21", "22", "23" + "21", "23", "24" ] } },