RESOLVED FIXED298380
[WPE][CMake] Do not set library shared object versions on Android
https://bugs.webkit.org/show_bug.cgi?id=298380
Summary [WPE][CMake] Do not set library shared object versions on Android
Adrian Perez
Reported 2025-09-04 02:24:20 PDT
When using WPE on Android there will be no need of having multiple parallel-installed versions of the library, given that each application package (.apk) includes its own copy of the library. By not setting the library soversion on Android we would avoid the need to monkey-patch the libraries before they can be used, currently being done here: https://github.com/Igalia/wpe-android/blob/ced2aac6ac43ec035bbeb59d389d0d4c70513b21/tools/scripts/bootstrap.py#L113
Attachments
Adrian Perez
Comment 1 2025-09-04 02:33:26 PDT
EWS
Comment 2 2025-09-04 07:21:12 PDT
Committed 299556@main (45370ffdaabb): <https://commits.webkit.org/299556@main> Reviewed commits have been landed. Closing PR #50294 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.