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" ] } },