aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside-tools')
-rw-r--r--sources/pyside-tools/deploy_lib/android/buildozer.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/pyside-tools/deploy_lib/android/buildozer.py b/sources/pyside-tools/deploy_lib/android/buildozer.py
index dcb3e5cd6..31ccc2df5 100644
--- a/sources/pyside-tools/deploy_lib/android/buildozer.py
+++ b/sources/pyside-tools/deploy_lib/android/buildozer.py
@@ -64,11 +64,6 @@ class BuildozerConfig(BaseConfig):
extra_modules = self.__find_dependent_qt_modules(pysidedeploy_config)
logging.info(f"[DEPLOY] Other dependent modules to be added: {extra_modules}")
pysidedeploy_config.modules = pysidedeploy_config.modules + extra_modules
-
- # update the config file with the extra modules
- if extra_modules:
- pysidedeploy_config.update_config()
-
modules = ",".join(pysidedeploy_config.modules)
# gets the xml dependency files from Qt installation path
@@ -83,9 +78,6 @@ class BuildozerConfig(BaseConfig):
self.__find_plugin_dependencies(dependency_files, dependent_plugins)
pysidedeploy_config.qt_plugins += dependent_plugins
- if local_libs or dependent_plugins:
- pysidedeploy_config.update_config()
-
local_libs = ",".join(pysidedeploy_config.local_libs)
# create recipes