mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Correction to previous commit
This commit is contained in:
parent
6f12a58a44
commit
db579a4eba
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
|
@ -192,7 +192,7 @@ for app in apps:
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# Generate (or update) the ant build file, build.xml...
|
# Generate (or update) the ant build file, build.xml...
|
||||||
if thisbuild.get('update', 'yes') != 'yes':
|
if thisbuild.get('update', 'yes') == 'yes':
|
||||||
parms = ['android','update','project','-p','.']
|
parms = ['android','update','project','-p','.']
|
||||||
parms.append('--subprojects')
|
parms.append('--subprojects')
|
||||||
if thisbuild.has_key('target'):
|
if thisbuild.has_key('target'):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue