mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:07:44 +00:00
Ladybird/Android: Move JNI functions into their own files
This should be easier to work on, and keeps the layers of the native code nice and clean cut.
This commit is contained in:
parent
274fd88242
commit
315ad2d391
8 changed files with 256 additions and 210 deletions
|
@ -55,10 +55,9 @@ else()
|
|||
if (ANDROID)
|
||||
target_sources(webcontent PRIVATE
|
||||
../Android/src/main/cpp/WebContentService.cpp
|
||||
../Android/src/main/cpp/ALooperEventLoopImplementation.cpp
|
||||
../Android/src/main/cpp/TimerExecutorService.cpp
|
||||
../Android/src/main/cpp/WebContentServiceJNI.cpp
|
||||
)
|
||||
target_link_libraries(webcontent PRIVATE log android)
|
||||
target_link_libraries(webcontent PRIVATE android)
|
||||
endif()
|
||||
|
||||
add_executable(WebContent main.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue