Android: update NDKr26b and clang 17.0.2 to docs

Fixes: QTBUG-117993
Pick-to: 6.7
Change-Id: Ice205e0f472f09fcf60ad41f4daac2cdaf3e362a
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Rami Potinkara 2023-12-22 12:15:23 +02:00
parent ee4f91fa50
commit 39290c508e

View File

@ -74,9 +74,9 @@ macro.QMT = "Qt Maintenance Tool"
# 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-v8}, \\c{x86_64}, \\c{x86}, and \\c{armeabi-v7a}"
macro.NdkVer = "r26"
macro.NdkFullVer = "26.0.10792818"
macro.NdkCompilerVer = "Clang 14.0.6"
macro.NdkVer = "r26b"
macro.NdkFullVer = "26.1.10909125"
macro.NdkCompilerVer = "Clang 17.0.2"
macro.JdkVer = "17"
macro.AndroidMinApiVer = "26"
macro.AndroidMaxApiVer = "34"