mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-20 21:40:00 +08:00
This change makes macOS provisioning also install older NDKs for Android (if set), which will be used in nightly targets. Pick-to: 6.10 Task-number: QTQAINFRA-7069 Change-Id: Ie176c5ea69a1398afa69691ad6f37b7af2f66dfc Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
9 lines
270 B
Bash
Executable File
9 lines
270 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2025 The Qt Company Ltd
|
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/macos/android.sh
|
|
source "${BASH_SOURCE%/*}/../common/macos/android.sh"
|