mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Provisioning: Update Android NDK to LTS version r27c
This patch updates Android NDK from LTS r26b to LTS r27c. The version is 27.2.12479018 Task-number: QTQAINFRA-6479 Task-number: QTQAINFRA-6656 Pick-to: 6.5 Change-Id: Ic791cfd5d5dd2a439f96590b6f6f8ca0ac4fb5ae Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> (cherry picked from commita242bb2e3e) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commitfb187295fc)
This commit is contained in:
@@ -144,7 +144,7 @@ function InstallAndroidArmv7 {
|
||||
$target_cpu="armv7-a"
|
||||
$api_version="24"
|
||||
|
||||
$ndkVersionLatest = "r26b"
|
||||
$ndkVersionLatest = "r27c"
|
||||
$ndkFolderLatest = "/c/Utils/Android/android-ndk-$ndkVersionLatest"
|
||||
|
||||
$toolchain="${ndkFolderLatest}/toolchains/llvm/prebuilt/windows-x86_64"
|
||||
|
||||
Reference in New Issue
Block a user