Skip to content

Commit ebb82fe

Browse files
committed
fix more path arguments
1 parent 4b359ff commit ebb82fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,8 @@ def apk(self, args):
539539
# unsatisfactory and should probably be changed somehow, but
540540
# we can't leave it until later as the build.py scripts assume
541541
# they are in the current directory.
542-
fix_args = ('--dir', '--private', '--add-jar', '--add-source')
542+
fix_args = ('--dir', '--private', '--add-jar', '--add-source',
543+
'--whitelist', '--blacklist', '--presplash', '--icon')
543544
for i, arg in enumerate(args[:-1]):
544545
argx = arg.split('=')
545546
if argx[0] in fix_args:

0 commit comments

Comments
 (0)