From efb0feba5e67d6065ec4826e3fcae7e41f9c2536 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:38:40 +0200 Subject: [PATCH] [macOS] Add Android NDK 26 (#8331) --- images/macos/toolsets/toolset-11.json | 2 +- images/macos/toolsets/toolset-12.json | 2 +- images/macos/toolsets/toolset-13.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index fb31c4ed1..05084aff1 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -171,7 +171,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25" + "23", "24", "25", "26" ] } }, diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 9852756f3..11ce30db4 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -157,7 +157,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25" + "23", "24", "25", "26" ] } }, diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index a6ebae346..73650b768 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -36,7 +36,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25" + "23", "24", "25", "26" ] } },