mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
srclib: anysoftkeyboard tools
This commit is contained in:
parent
54efab5851
commit
9a6d9e478c
@ -1511,6 +1511,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
raise BuildException('Error updating AndrozicLib project')
|
||||
return sdir
|
||||
|
||||
if name == 'AnySoftKeyboardTools':
|
||||
sdir = os.path.join(extlib_dir, 'AnySoftKeyboardTools')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/AnySoftKeyboard/AnySoftKeyboardTools', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
raise BuildException('Unknown srclib ' + name)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user