From a7b5d3f1f54a34e298a7296ecfa582cd9e301fa5 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 ae77000a407c..9aca0bad9d6d 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 d6cfbd105a1f..fbaa34ac7880 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 8642818b75b1..e1413f7fa676 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" ] } },