1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

force android-10 in K9 srclib

This commit is contained in:
David Black 2013-04-27 20:12:39 +01:00
parent 33315cf438
commit 23efb8999c

View File

@ -1523,7 +1523,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
'https://github.com/jberkel/k9mail.git', sdir, sdk_path)
vcs.gotorevision(ref)
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
'update', 'project', '-p',
'update', 'project', '-t', 'android-10', '-p',
sdir]) != 0:
raise BuildException('Error updating KMail-XOAUTH project')
return sdir