Commit 4701523
committed
Exclude launcher files explicitly
If only Project*.java is used, it discards even Project.java, which results in 'not found' in PythonActivity.java and stops compilation. Same thing will happen if you try to separate it to a package (org.kivy.launcher), but with more pain while trying to fix it.1 parent c70dde2 commit 4701523
File tree
1 file changed
+2
-1
lines changed- pythonforandroid/bootstraps/sdl2/build/templates
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments