From d2f9756b6ee5a9c016850344f2092c3c912b780c Mon Sep 17 00:00:00 2001 From: susmitamane Date: Thu, 12 Sep 2024 02:42:54 +0530 Subject: [PATCH] Add NDK 27 (#10522) Co-authored-by: Susmita Mane --- images/macos/toolsets/toolset-12.json | 2 +- images/macos/toolsets/toolset-13.json | 2 +- images/macos/toolsets/toolset-14.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index ae77000a4..9aca0bad9 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -167,7 +167,7 @@ "ndk": { "default": "25", "versions": [ - "24", "25", "26" + "24", "25", "26", "27" ] } }, diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index d6cfbd105..fbaa34ac7 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -47,7 +47,7 @@ "ndk": { "default": "26", "versions": [ - "24", "25", "26" + "24", "25", "26", "27" ] } }, diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 8642818b7..e1413f7fa 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -51,7 +51,7 @@ "ndk": { "default": "26", "versions": [ - "24", "25", "26" + "24", "25", "26", "27" ] } },