From 2e7646b11d24401c16f947cc7fa7bf82edae12b1 Mon Sep 17 00:00:00 2001 From: Igor Boskovic Date: Tue, 26 Jul 2022 12:20:07 +0200 Subject: [PATCH] [Mac OS] add Android NDK 25 (#5951) --- images/macos/toolsets/toolset-10.15.json | 2 +- images/macos/toolsets/toolset-11.json | 2 +- images/macos/toolsets/toolset-12.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 51a1ff98..76e6810d 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -180,7 +180,7 @@ ], "ndk": { "versions": [ - "21", "23", "24" + "23", "24", "25" ] } }, diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 1bd55f84..9b0ad6b1 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -178,7 +178,7 @@ ], "ndk": { "versions": [ - "21", "23", "24" + "23", "24", "25" ] } }, diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 381291df..45715420 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -113,7 +113,7 @@ ], "ndk": { "versions": [ - "21", "23", "24" + "23", "24", "25" ] } },