mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Added cm-forked external dropbear as a srclib
This commit is contained in:
parent
2dd67187fb
commit
a0d5423109
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue