mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
Ladybird/Android: Bind a RequestServerService for networking needs
Add a RequestServerService class that uses the LadybirdServiceBase class added previously. Bind to it from the WebContentService's service_main() during startup.
This commit is contained in:
parent
da8f450335
commit
a243bc465f
15 changed files with 236 additions and 30 deletions
|
@ -55,6 +55,7 @@ else()
|
|||
if (ANDROID)
|
||||
target_sources(webcontent PRIVATE
|
||||
../Android/src/main/cpp/WebContentService.cpp
|
||||
../Android/src/main/cpp/WebContentServiceJNI.cpp
|
||||
../Android/src/main/cpp/LadybirdServiceBaseJNI.cpp
|
||||
)
|
||||
target_link_libraries(webcontent PRIVATE android)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue