1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

remove MVN3

This commit is contained in:
linsui 2022-10-11 15:51:26 +08:00 committed by Jochen Sprickerhof
parent 98437d88d0
commit e90f03a494

View File

@ -2930,7 +2930,6 @@ def replace_build_vars(cmd, build):
def replace_config_vars(cmd, build):
cmd = cmd.replace('$$SDK$$', config['sdk_path'])
cmd = cmd.replace('$$NDK$$', build.ndk_path())
cmd = cmd.replace('$$MVN3$$', config['mvn3'])
if build is not None:
cmd = replace_build_vars(cmd, build)
return cmd