Android: update NDKr26b and clang 17.0.2 to docs

Fixes: QTBUG-117993
Change-Id: Ice205e0f472f09fcf60ad41f4daac2cdaf3e362a
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 39290c508e2c7fa816c6f79b3eb284adc0cad3c0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Rami Potinkara 2023-12-22 12:15:23 +02:00 committed by Qt Cherry-pick Bot
parent d66874f13c
commit 19facb3748

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"