mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
New gradle=[flavour] field
This commit is contained in:
parent
59e212d7a3
commit
a5b8659632
2 changed files with 4 additions and 1 deletions
|
|
@ -1133,7 +1133,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, sdk_path,
|
|||
# Generate (or update) the ant build file, build.xml...
|
||||
updatemode = build.get('update', '.')
|
||||
if (updatemode != 'no' and
|
||||
'maven' not in build):
|
||||
'maven' not in build and 'gradle' not in build):
|
||||
parms = [os.path.join(sdk_path, 'tools', 'android'),
|
||||
'update', 'project', '-p', '.']
|
||||
parms.append('--subprojects')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue