aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/deploy_lib/android/__init__.py
blob: 59cd510c58ccbd4508198867d774402f5e253b93 (plain)
1
2
3
4
5
6
7
# Copyright (C) 2023 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

from .android_helper import (create_recipe, extract_and_copy_jar,
                             get_wheel_android_arch, AndroidData, get_llvm_readobj,
                             find_lib_dependencies, find_qtlibs_in_wheel)
from .android_config import AndroidConfig