mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Don't always require ndk_path
This commit is contained in:
parent
bc94f21463
commit
c4d14ce86a
1 changed files with 4 additions and 3 deletions
|
@ -1018,6 +1018,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
|
||||||
else:
|
else:
|
||||||
props += "sdk.dir=%s\n" % config['sdk_path']
|
props += "sdk.dir=%s\n" % config['sdk_path']
|
||||||
props += "sdk-location=%s\n" % ['sdk_path']
|
props += "sdk-location=%s\n" % ['sdk_path']
|
||||||
|
if 'ndk_path' in config:
|
||||||
# Add ndk location...
|
# Add ndk location...
|
||||||
props += "ndk.dir=%s\n" % config['ndk_path']
|
props += "ndk.dir=%s\n" % config['ndk_path']
|
||||||
props += "ndk-location=%s\n" % config['ndk_path']
|
props += "ndk-location=%s\n" % config['ndk_path']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue