We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28af497 commit f1b2754Copy full SHA for f1b2754
buildozer/targets/android.py
@@ -958,7 +958,7 @@ def execute_build_package(self, build_cmd):
958
# support for extra-manifest-application
959
extra_manifest_application_entry = self.buildozer.config.getdefault(
960
'app', 'android.extra_manifest_application_entry', '')
961
- if extra_manifest_application:
+ if extra_manifest_application_entry:
962
cmd.append('--extra-manifest-application-entry="{}"'.format(open(extra_manifest_application_entry, 'rt').read().replace('"', '\\"')))
963
964
# support for extra-manifest-application-arguments
0 commit comments