mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Platform tools r14 compatibility
This commit is contained in:
parent
bccc6ce7ec
commit
2f1951ef32
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ def prepare_source(vcs, app, build, build_dir, extlib_dir, sdk_path, ndk_path, j
|
||||||
|
|
||||||
# If the app has ant set up to sign the release, we need to switch
|
# If the app has ant set up to sign the release, we need to switch
|
||||||
# that off, because we want the unsigned apk...
|
# that off, because we want the unsigned apk...
|
||||||
for propfile in ('build.properties', 'default.properties'):
|
for propfile in ('build.properties', 'default.properties', 'ant.properties'):
|
||||||
if os.path.exists(os.path.join(root_dir, propfile)):
|
if os.path.exists(os.path.join(root_dir, propfile)):
|
||||||
if subprocess.call(['sed','-i','s/^key.store/#/',
|
if subprocess.call(['sed','-i','s/^key.store/#/',
|
||||||
propfile], cwd=root_dir) !=0:
|
propfile], cwd=root_dir) !=0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue