From 46c1fd7e8d743038824cdf4ad11f764580a19bb8 Mon Sep 17 00:00:00 2001 From: LoveSy <631499712@qq.com> Date: Tue, 26 Jul 2022 18:20:44 +0800 Subject: [PATCH] [Windows] add Android NDK 25 (#5905) * [Windows] add Android NDK 25 * Update toolset-2022.json --- images/win/toolsets/toolset-2019.json | 2 +- images/win/toolsets/toolset-2022.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 652f5984e..a23aa3c80 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -184,7 +184,7 @@ ], "ndk": { "versions": [ - "21", "23", "24" + "23", "24", "25" ] } }, diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index b5a839a50..aa3094db3 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -154,7 +154,7 @@ ], "ndk": { "versions": [ - "21", "23", "24" + "23", "24", "25" ] } },