mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
iptables srclib
This commit is contained in:
parent
7a26a5dbf9
commit
2ec7334048
@ -1586,6 +1586,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
if name == 'iptables':
|
||||
sdir = os.path.join(extlib_dir, 'iptables')
|
||||
vcs = getvcs('git',
|
||||
'https://android.googlesource.com/platform/external/iptables', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
raise BuildException('Unknown srclib ' + name)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user