android: fix bad templating string pushed by mistake with android_new

This commit is contained in:
Mathieu Virbel 2016-01-25 18:21:14 +01:00
parent 7091cf098c
commit 31f2143359

View file

@ -36,7 +36,7 @@ from buildozer.libs.version import parse
class TargetAndroid(Target):
p4a_branch = "old_toolchain"
p4a_directory = "python-for-android"
p4a_apk_cmd = "{python} build.py"
p4a_apk_cmd = "python build.py"
@property
def android_sdk_version(self):