If we use new toolchain we will see this messages:
[ERROR ] Input: AndroidJoystick is not supported by your version of linux
and
[WARNING] Base: Unknown <android> provider
It happens because old pygame toolchain used AndroidJoystick as android provider and Kivy tells us it's unavailable in new toolchain.
While this is not a problem, this messages are confusing, especially since sdl2 doesn't use AndroidJoystick and android provider at all.
I think this messages shouldn't be in new toolchain app log.