From ede9c210d85dfb095604770ace4c16bfe3f3d384 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:38:22 +0200 Subject: [PATCH] [Windows] Add Android NDK 26 (#8332) --- 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 7b349912..ab5693d4 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -171,7 +171,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25" + "23", "24", "25", "26" ] } }, diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index e93c13eb..d04cd0a3 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -145,7 +145,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25" + "23", "24", "25", "26" ] } },