From cbea23f931ac8f1e6aa9023cfcc6b199fa7f2e04 Mon Sep 17 00:00:00 2001 From: kishorekumar-anchala <168699259+kishorekumar-anchala@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:28:29 +0530 Subject: [PATCH] [Ubuntu,Windows] add Android NDK 27 version to images (#10343) * add ndk 27 version to images * add ndk 27 version to images1 --- images/ubuntu/toolsets/toolset-2004.json | 4 ++-- images/ubuntu/toolsets/toolset-2204.json | 4 ++-- images/ubuntu/toolsets/toolset-2404.json | 4 ++-- images/windows/toolsets/toolset-2019.json | 4 ++-- images/windows/toolsets/toolset-2022.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index b7f3f35e8..cfbaa56bd 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -92,9 +92,9 @@ "cmake;3.22.1" ], "ndk": { - "default": "25", + "default": "27", "versions": [ - "24", "25", "26" + "24", "25", "26", "27" ] } }, diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 1217b8f4d..24738e52e 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -89,9 +89,9 @@ "cmake;3.22.1" ], "ndk": { - "default": "25", + "default": "27", "versions": [ - "24", "25", "26" + "24", "25", "26", "27" ] } }, diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index bd0cf3565..6c927965b 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -79,9 +79,9 @@ "additional_tools": [ ], "ndk": { - "default": "26", + "default": "27", "versions": [ - "24", "25", "26" + "24", "25", "26", "27" ] } }, diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 497f576c6..71755ce89 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -156,9 +156,9 @@ "cmake;3.22.1" ], "ndk": { - "default": "25", + "default": "27", "versions": [ - "24", "25", "26" + "24", "25", "26" , "27" ] } }, diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index b599185c9..b219e98b0 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -146,9 +146,9 @@ "cmake;3.22.1" ], "ndk": { - "default": "25", + "default": "27", "versions": [ - "24", "25", "26" + "24", "25", "26", "27" ] } },