Skip to content

Commit aa811a5

Browse files
committed
Added .aidl files to bootstrap includes
1 parent dc3a2b7 commit aa811a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def recursively_include(results, directory, patterns):
3333
['*.patch', 'Setup', '*.pyx', '*.py', '*.c', '*.h', ])
3434
recursively_include(package_data, 'pythonforandroid/bootstraps',
3535
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
36-
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg'])
36+
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])
3737
recursively_include(package_data, 'pythonforandroid/bootstraps',
3838
['sdl-config', ])
3939
recursively_include(package_data, 'pythonforandroid',

0 commit comments

Comments
 (0)