Fixed build file for service_only bootstrap#1819
Conversation
|
Thanks for the contribution. This actually rings the bell, I think I saw a similar update in the past. https://travis-ci.org/kivy/python-for-android/builds/534106361 |
Yes, it is part of an open PR (#1725) but I decided to create a separate PR since our software highly depends on the |
|
That's the one indeed, thanks for sharing. |
The build.py file expects the window arg to be set, however, when building with a service_only bootstrap, this variable is not set. This results in an error when building the private.mp3 resource.
9c43798 to
fcd4172
Compare
|
@AndreMiras done 👍 |
|
Nice work, merged thanks! |
The build.py file expects the window arg to be set, however, when building with a service_only bootstrap, this variable is not set. This results in an error when building the private.mp3 resource.