1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00

build.py corrected

This commit is contained in:
lb@lb520 2017-06-20 15:56:15 +02:00
parent 230286786f
commit 0672a6f1ec

View File

@ -672,11 +672,11 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
bc_sdk = None
try:
bc_ndk = bconfig.get('app', 'android.sdk_path')
except:
except Exception:
pass
try:
bc_sdk = bconfig.get('app', 'android.ndk_path')
except:
except Exception:
pass
if bc_sdk is None:
@ -696,7 +696,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
cmd = ['buildozer', 'android', 'release']
try:
p = FDroidPopen(cmd, cwd=root_dir)
except:
except Exception:
pass
# buidozer not installed ? clone repo and run