From 59a0b3727b675f4d29713127bca7726492d7a085 Mon Sep 17 00:00:00 2001 From: kishorekumar-anchala <168699259+kishorekumar-anchala@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:06:47 +0530 Subject: [PATCH] Toolcache Android NDK versions <=25 will be removed from images (#10440) --- images/ubuntu/toolsets/toolset-2004.json | 2 +- images/ubuntu/toolsets/toolset-2204.json | 2 +- images/ubuntu/toolsets/toolset-2404.json | 2 +- images/windows/toolsets/toolset-2019.json | 2 +- images/windows/toolsets/toolset-2022.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index dcc45615b..c2896a298 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -94,7 +94,7 @@ "ndk": { "default": "27", "versions": [ - "24", "25", "26", "27" + "26", "27" ] } }, diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 23d46c139..1f9b04eb6 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -91,7 +91,7 @@ "ndk": { "default": "27", "versions": [ - "24", "25", "26", "27" + "26", "27" ] } }, diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index fe44a35be..e3a11333e 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -81,7 +81,7 @@ "ndk": { "default": "27", "versions": [ - "24", "25", "26", "27" + "26", "27" ] } }, diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 3042f5927..ff58fa005 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -154,7 +154,7 @@ "ndk": { "default": "27", "versions": [ - "24", "25", "26" , "27" + "26" , "27" ] } }, diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 44908044d..0832fbbed 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -148,7 +148,7 @@ "ndk": { "default": "27", "versions": [ - "24", "25", "26", "27" + "26", "27" ] } },