mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Platform tools r14 compatibility
This commit is contained in:
parent
bccc6ce7ec
commit
2f1951ef32
@ -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…
Reference in New Issue
Block a user