mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
New srclibs
This commit is contained in:
parent
7c8b3f09e7
commit
3972fa8fab
@ -906,6 +906,21 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
libdir = os.path.join(sdir, 'gson')
|
||||
return libdir
|
||||
|
||||
if name == 'libsuperuser':
|
||||
sdir = os.path.join(extlib_dir, 'libsuperuser')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/Chainfire/libsuperuser', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
libdir = os.path.join(sdir, 'libsuperuser')
|
||||
return libdir
|
||||
|
||||
if name == 'AndroidUtils':
|
||||
sdir = os.path.join(extlib_dir, 'libsuperuser')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/yuriykulikov/AndroidUtils', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
if name == 'Amazing-ListView':
|
||||
sdir = os.path.join(extlib_dir, 'Amazing-ListView')
|
||||
vcs = getvcs('git-svn',
|
||||
|
Loading…
Reference in New Issue
Block a user