From 54fe6db2c6d5170d2f4972ce816d637d653cba14 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin Date: Thu, 8 Jan 2026 13:28:20 +0100 Subject: [PATCH] [ubuntu] Remove Android NDK 26, add 28, 29 --- images/ubuntu/toolsets/toolset-2204.json | 2 +- images/ubuntu/toolsets/toolset-2404.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 076bb9743..a3e5c96e1 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -93,7 +93,7 @@ "ndk": { "default": "27", "versions": [ - "26", "27" + "27", "28", "29" ] } }, diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index b6150b0f3..52cdcfcf4 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -90,7 +90,7 @@ "ndk": { "default": "27", "versions": [ - "26", "27", "28", "29" + "27", "28", "29" ] } },