mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
A better way of dealing with external libraries
This commit is contained in:
parent
26a4de4ccd
commit
66566555a6
12 changed files with 462 additions and 12 deletions
|
|
@ -50,6 +50,8 @@ html_parser = HTMLParser.HTMLParser()
|
|||
|
||||
problems = []
|
||||
|
||||
extlib_dir = os.path.join('build', 'extlib')
|
||||
|
||||
for app in apps:
|
||||
|
||||
skip = False
|
||||
|
|
@ -86,7 +88,7 @@ for app in apps:
|
|||
|
||||
# Prepare the source code...
|
||||
root_dir = common.prepare_source(vcs, app, thisbuild,
|
||||
build_dir, sdk_path, ndk_path, javacc_path,
|
||||
build_dir, extlib_dir, sdk_path, ndk_path, javacc_path,
|
||||
not refreshed_source)
|
||||
refreshed_source = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue