mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
new srclib sl4a: for scripting layer for android and interpreters
This commit is contained in:
parent
53ada93a4a
commit
a5b33d60cd
1 changed files with 7 additions and 0 deletions
|
@ -1261,6 +1261,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
if name == 'SL4A':
|
||||
sdir = os.path.join(extlib_dir, 'SL4A')
|
||||
vcs = getvcs('hg',
|
||||
'https://code.google.com/p/android-scripting', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
raise BuildException('Unknown srclib ' + name)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue