mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Easier preassemble handling
This commit is contained in:
parent
325cca0e37
commit
83c3a8b68e
1 changed files with 1 additions and 2 deletions
|
|
@ -611,8 +611,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
|
|
||||||
commands = [config['gradle']]
|
commands = [config['gradle']]
|
||||||
if 'preassemble' in thisbuild:
|
if 'preassemble' in thisbuild:
|
||||||
for task in thisbuild['preassemble'].split():
|
commands += thisbuild['preassemble'].split()
|
||||||
commands.append(task)
|
|
||||||
commands += ['assemble'+''.join(flavours)+'Release']
|
commands += ['assemble'+''.join(flavours)+'Release']
|
||||||
|
|
||||||
p = FDroidPopen(commands, cwd=gradle_dir)
|
p = FDroidPopen(commands, cwd=gradle_dir)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue