mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
Tool allows managing modern android bundles. Provision it on RHEL 8.10 platform - the one we use for the Qt for Android x86_64 builds. Change-Id: Ia1a7bb077e9dc0afc95ad92cbd85c96724ab0ced Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@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"
|