Docs: Add ndk r27c to supported versions for active Qt 6 LTS releases

Update the macro so that where the supported ndk version is referenced
in docs are updated in all places used.

Pick-to: 6.8 6.5
Task-number: QTQAINFRA-6479
Change-Id: I93164f2ec48c71ab99ee2ccba02f6adb0ac4dd89
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Nicholas Bennett 2025-03-24 12:52:55 +02:00
parent 7dbda42554
commit 8a2ba3b3ac

View File

@ -86,8 +86,8 @@ macro.Q4A = "Qt for Android"
# The following macros are used for various Android docs. The purpose is to keep
# it as simple as updating these instead of updating multiple lines in scattered locations.
macro.AndroidAbis = "\\c{arm64-v8a}, \\c{x86_64}, \\c{x86}, and \\c{armeabi-v7a}"
macro.NdkVer = "r26b"
macro.NdkFullVer = "26.1.10909125"
macro.NdkVer = "r26b and r27c"
macro.NdkFullVer = "26.1.10909125 and 27.2.12479018"
macro.NdkCompilerVer = "Clang 17.0.2"
macro.JdkVer = "17"
macro.AndroidMinApiVer = "28"