diff --git a/doc/platform-support.md b/doc/platform-support.md index d3ba25019ae21e0e5a8df43e287fa5558d43b272..626f5b1506d3001bf175358ca1939c748ce613be 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 1f3d6f8b0919dc9578a7e840ef5b6b0c7b87c6d1..c061f7480cc774d79c461695fec1a0a48ce0c3b2 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