diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-12-06 09:48:34 +0100 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2025-01-02 16:44:42 +0100 |
| commit | ab8b330123cb557f66306b237f4c3aa8c0004f39 (patch) | |
| tree | 9acae54ed4529e3c7b206c12befc071d178472a8 /sources/pyside-tools/deploy_lib/android/android_utilities.py | |
| parent | a067880f70c09f84bfeb24b4944c9e013c0fb93f (diff) | |
Android Deployment: Auto download Android NDK
- In order to prevent code duplication, a symlink to
tools/cross_compile_android/android_utilities.py is created under
sources/pyside-tools/deploy_lib/android.
When running the script sources/pyside-tools/android_deploy.py,
this works without any issues.
When packaging the tools, the symlink is resolved into the actual file
and the actual file is packaged into the wheels.
- Remove global variable to __init__.py and remove the ones that are
not used
- Add tqdm to requirements.txt
- Adapt tests
- Additionally, include several new test cases to cover error scenarios
more comprehensively
Pick-to: 6.8
Task-number: PYSIDE-1612
Change-Id: I74728be30a2b8214b9a379b0b906fdacbb105833
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside-tools/deploy_lib/android/android_utilities.py')
| l--------- | sources/pyside-tools/deploy_lib/android/android_utilities.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside-tools/deploy_lib/android/android_utilities.py b/sources/pyside-tools/deploy_lib/android/android_utilities.py new file mode 120000 index 000000000..d8a91b3e7 --- /dev/null +++ b/sources/pyside-tools/deploy_lib/android/android_utilities.py @@ -0,0 +1 @@ +../../../../tools/cross_compile_android/android_utilities.py
\ No newline at end of file |
