From f1b2754e2921b2ad9791b74289d67a9477e0b898 Mon Sep 17 00:00:00 2001 From: dvjdjvu Date: Sun, 12 Feb 2023 01:57:35 -0800 Subject: [PATCH] extra_manifest_application_entry fix mistake --- buildozer/targets/android.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer/targets/android.py b/buildozer/targets/android.py index a55f53179..0ceca9b24 100644 --- a/buildozer/targets/android.py +++ b/buildozer/targets/android.py @@ -958,7 +958,7 @@ def execute_build_package(self, build_cmd): # support for extra-manifest-application extra_manifest_application_entry = self.buildozer.config.getdefault( 'app', 'android.extra_manifest_application_entry', '') - if extra_manifest_application: + if extra_manifest_application_entry: cmd.append('--extra-manifest-application-entry="{}"'.format(open(extra_manifest_application_entry, 'rt').read().replace('"', '\\"'))) # support for extra-manifest-application-arguments