Update Android NDK to version r26b

Revision 26.1.10909125. Also prebuilt OpenSSL 3.0.7 with it.

Task-number: QTQAINFRA-5771
Change-Id: I0dbe1f2d38f277bcb805f5b7ac1f30e25aabd1f8
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
(cherry picked from commit 782e1700cf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Elias Toivola
2023-10-13 12:02:42 +03:00
committed by Qt Cherry-pick Bot
parent 938ede4051
commit bf09d0fe5b
14 changed files with 56 additions and 51 deletions

View File

@@ -54,7 +54,7 @@ build_ffmpeg_android() {
api_version=24
ndk_root=/opt/android/android-ndk-r25b
ndk_root=$ANDROID_NDK_ROOT_DEFAULT
if uname -a |grep -q "Darwin"; then
ndk_host=darwin-x86_64
else