[Git][wine/wine][master] 3 commits: wineandroid: Update Android project for modern Gradle plugin.
Alexandre Julliard pushed to branch master at wine / wine Commits: bb130deb by Twaik Yont at 2026-03-23T20:49:57+01:00 wineandroid: Update Android project for modern Gradle plugin. The wineandroid Gradle project no longer builds with recent Android build tools. Replace jcenter() with google() and mavenCentral(), update the Android Gradle plugin, and add the required namespace and android:exported attributes. The archivesBaseName property is no longer supported and is replaced with the current mechanism for setting the APK output name. Update task wiring to use configureEach so icon generation and asset checksums continue to run correctly with the modern task graph. This allows wineandroid to build with recent Gradle and Android SDK versions. Signed-off-by: Twaik Yont <9674930+twaik@users.noreply.github.com> - - - - - 4ee892a4 by Twaik Yont at 2026-03-23T20:50:57+01:00 wineandroid: Use BOOL for is_desktop flag. Replace the bool type with BOOL for the is_desktop field to match the rest of device.c and avoid mixing C99 bool with Win32 types. Signed-off-by: Twaik Yont <9674930+twaik@users.noreply.github.com> - - - - - 295f0e44 by Twaik Yont at 2026-03-23T20:51:01+01:00 wineandroid: Fix APK output path for recent Gradle. Adjust the APK output path to build/outputs/apk/debug/ to match recent Gradle/AGP versions. Signed-off-by: Twaik Yont <9674930+twaik@users.noreply.github.com> - - - - - 5 changed files: - configure - configure.ac - dlls/wineandroid.drv/AndroidManifest.xml - dlls/wineandroid.drv/build.gradle.in - dlls/wineandroid.drv/device.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f0fa1e79fc67a4008cf2644fb27aa... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f0fa1e79fc67a4008cf2644fb27aa... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)