mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +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
|
||||
else:
|
||||
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:
|
||||
# Add ndk location
|
||||
props += "ndk.dir=%s\n" % config['ndk_path']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue