mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
XChange srclib
This commit is contained in:
parent
d54031294a
commit
acadbdbaa9
1 changed files with 7 additions and 0 deletions
|
@ -1654,6 +1654,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||||
return sdir
|
return sdir
|
||||||
return libdir
|
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)
|
raise BuildException('Unknown srclib ' + name)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue