If we use new toolchain we can see this message:
[ERROR ] Base: Could not remove android presplash
It comes from recent commit and happens if android is not in requirements.
I think this should be fixed, shouldn't it?
I see two possible ways:
- add
android as mandatory dependency for new toolchain
- remove
remove_presplash func from android module if it's possible
I don't know which one of ways is better.