mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
XChange srclib
This commit is contained in:
parent
d54031294a
commit
acadbdbaa9
@ -1654,6 +1654,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
return sdir
|
||||
return libdir
|
||||
|
||||
elif name == 'XChange':
|
||||
sdir = os.path.join(extlib_dir, 'XChange')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/timmolter/XChange', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
raise BuildException('Unknown srclib ' + name)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user