1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Added cm-forked external dropbear as a srclib

This commit is contained in:
Ciaran Gultnieks 2012-09-27 17:06:15 +01:00
parent 2dd67187fb
commit a0d5423109

View File

@ -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',