add back the p4a_branch attribute for default value
This commit is contained in:
parent
9cd2d17a38
commit
bc58394308
1 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ from buildozer.libs.version import parse
|
|||
class TargetAndroid(Target):
|
||||
targetname = 'android'
|
||||
p4a_directory = "python-for-android"
|
||||
p4a_branch = 'old_toolchain'
|
||||
p4a_apk_cmd = "python build.py"
|
||||
|
||||
@property
|
||||
|
@ -463,7 +464,7 @@ class TargetAndroid(Target):
|
|||
def install_platform(self):
|
||||
cmd = self.buildozer.cmd
|
||||
source = self.buildozer.config.getdefault('app', 'android.branch',
|
||||
'old_toolchain')
|
||||
self.p4a_branch)
|
||||
self.pa_dir = pa_dir = join(self.buildozer.platform_dir,
|
||||
self.p4a_directory)
|
||||
system_p4a_dir = self.buildozer.config.getdefault('app',
|
||||
|
|
Loading…
Reference in a new issue