mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Fix Google-Gson (it is not an ant project)
This commit is contained in:
parent
0fb9af733a
commit
c050279383
@ -904,12 +904,6 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
'http://google-gson.googlecode.com/svn/trunk', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
libdir = os.path.join(sdir, 'gson')
|
||||
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
|
||||
'update', 'project', '-p',
|
||||
libdir]) != 0:
|
||||
raise BuildException('Error updating Google-Gson project')
|
||||
if basepath:
|
||||
return sdir
|
||||
return libdir
|
||||
|
||||
if name == 'Amazing-ListView':
|
||||
|
Loading…
Reference in New Issue
Block a user