mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Fix local.properties sdk-location inserting
This commit is contained in:
parent
ff87af1933
commit
6e89e68f76
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
|
||||||
props += "sdk-location=%s\n" % sdkloc
|
props += "sdk-location=%s\n" % sdkloc
|
||||||
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" % config['sdk_path']
|
||||||
if 'ndk_path' in config:
|
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']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue