mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
Pick-to: 6.10 6.8 6.5 Task-number: QTQAINFRA-7498 Change-Id: I48a72860fe9d06cde1f014298e68fa28caff730d Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
9 lines
311 B
Bash
9 lines
311 B
Bash
#!/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/linux/install-android-bundletool.sh
|
|
source "${BASH_SOURCE%/*}/../common/linux/install-android-bundletool.sh"
|