mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Added cm-forked external dropbear as a srclib
This commit is contained in:
parent
2dd67187fb
commit
a0d5423109
@ -860,6 +860,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
vcs.gotorevision(ref)
|
||||
return os.path.join(sdir, 'GreenDroid')
|
||||
|
||||
if name == 'Dropbear':
|
||||
sdir = os.path.join(extlib_dir, 'Dropbear')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/CyanogenMod/android_external_dropbear.git', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
if name == 'ActionBarSherlock':
|
||||
sdir = os.path.join(extlib_dir, 'ActionBarSherlock')
|
||||
vcs = getvcs('git',
|
||||
|
Loading…
Reference in New Issue
Block a user