Skip to content

Commit

Permalink
extra_manifest_application_entry fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjdjvu committed Feb 12, 2023
1 parent 28af497 commit f1b2754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer/targets/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b2754

Please sign in to comment.