March 30, 2026
5:29 a.m.
That makes sense. In that case we could drop the configure check and instead move the APK target earlier in the build, for example near the beginning of the all prerequisites. The main goal here is to fail early. Waiting 15+ minutes and then hitting a missing Gradle/ANDROID_HOME/Java error is quite frustrating. Since the rest of the code is already well covered by regular non-Android builds, it should be fine to build wineandroid earlier to catch such issues sooner. But I'd like to keep gradle and ANDROID_HOME caching if you do not mind. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10438#note_134345