From 783b4575c4d888329547ac78bc324cdb7b241c02 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:18:05 +0100 Subject: [PATCH] [Ubuntu] Add android ndk r29 and cmake 4.1.2 (#13242) --- images/ubuntu/toolsets/toolset-2404.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 6e7fcf693..a834d7ed9 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -85,12 +85,13 @@ "addon_list": [ ], "additional_tools": [ - "cmake;3.31.5" + "cmake;3.31.5", + "cmake;4.1.2" ], "ndk": { "default": "27", "versions": [ - "26", "27", "28" + "26", "27", "28", "29" ] } },