Bug 298380
| Summary: | [WPE][CMake] Do not set library shared object versions on Android | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | CMake | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrian Perez
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/50294
EWS
Committed 299556@main (45370ffdaabb): <https://commits.webkit.org/299556@main>
Reviewed commits have been landed. Closing PR #50294 and removing active labels.