8000 Update toolchain.py · kivy/python-for-android@a4f333f · GitHub
[go: up one dir, main page]

Skip to content

Commit a4f333f

Browse files
authored
Update toolchain.py
1 parent 9a11ee2 commit a4f333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ def apk(self, args):
930930
# we can't leave it until later as the build.py scripts assume
931931
# they are in the current directory.
932932
fix_args = ('--dir', '--private', '--add-jar', '--add-source',
933-
'--whitelist', '--blacklist', '--presplash', '--icon')
933+
'--whitelist', '--blacklist', '--presplash', '--icon','--fileprovider-paths')
934934
unknown_args = args.unknown_args
935935
for i, arg in enumerate(unknown_args):
936936
argx = arg.split('=')

0 commit comments

Comments
 (0)
0