RESOLVED FIXED290921
[Android] Build WebDriver as a library
https://bugs.webkit.org/show_bug.cgi?id=290921
Summary [Android] Build WebDriver as a library
Adrian Perez
Reported 2025-04-02 07:43:55 PDT
On Android processes are spawned from the Java side, which dynamically loads the libWebDriver.so shared object and calls into its entry point from Java through JNI. Hence, we need to setup the CMake build accordingly and use a name other than “main” for its entry point.
Attachments
Adrian Perez
Comment 1 2025-04-02 07:47:46 PDT
Radar WebKit Bug Importer
Comment 2 2025-04-09 07:44:13 PDT
EWS
Comment 3 2025-04-11 15:10:22 PDT
Committed 293601@main (9c5b417a5187): <https://commits.webkit.org/293601@main> Reviewed commits have been landed. Closing PR #43466 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.