From 49314a97179dd86b21ee004938cbadbffc83f6c7 Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Tue, 3 Dec 2024 16:41:30 +0000 Subject: [PATCH] Update Android NDK version to r27c --- doc/platform-support.md | 2 +- scripts/benchmark/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/platform-support.md b/doc/platform-support.md index d3ba25019..626f5b150 100644 --- a/doc/platform-support.md +++ b/doc/platform-support.md @@ -14,7 +14,7 @@ A released version of KleidiCV shall be tested for correctness and performance o At present the only Tier 1 platform is Android on Samsung Galaxy S22 with an up-to-date operating system, where applications are built with -Android NDK r26d. +Android NDK r27c. ## Tier 2 diff --git a/scripts/benchmark/build.sh b/scripts/benchmark/build.sh index 1f3d6f8b0..c061f7480 100755 --- a/scripts/benchmark/build.sh +++ b/scripts/benchmark/build.sh @@ -29,7 +29,7 @@ set -exu if [[ ! -f "${CMAKE_TOOLCHAIN_FILE:-}" ]]; then - echo "Please specify the path of the Android NDK toolchain file (e.g. android-ndk-r26d/build/cmake/android.toolchain.cmake) in the CMAKE_TOOLCHAIN_FILE env variable" + echo "Please specify the path of the Android NDK toolchain file (e.g. android-ndk-r27c/build/cmake/android.toolchain.cmake) in the CMAKE_TOOLCHAIN_FILE env variable" exit 1 fi -- GitLab