mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
Ladybird: Make Android build work again, and tidy up files
We don't need the extra gradle files in our sources, the Qt CMake integration will generate suitable ones for us. Make sure that assets is always a folder, so that we can get the proper layout for the ladybird-assets.tar.gz and CMake doesn't create a gzip file with the name "assets". Fix up the AndroidPlatform file and make sure it's linked into all the applications that need it. Also make sure to copy all the application shared libraries into the ladybird APK so that when we make them into proper Services, the libs are already there.
This commit is contained in:
parent
7de4fb2947
commit
e02b2a7b9a
10 changed files with 58 additions and 137 deletions
|
@ -17,3 +17,6 @@ target_include_directories(WebDriver PRIVATE ${SERENITY_SOURCE_DIR}/Userland)
|
|||
target_include_directories(WebDriver PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Services)
|
||||
target_link_libraries(WebDriver PRIVATE Qt::Core Qt::Network LibCore LibFileSystem LibGfx LibIPC LibJS LibMain LibWeb LibWebSocket)
|
||||
add_dependencies(WebDriver headless-browser)
|
||||
if (ANDROID)
|
||||
link_android_libs(WebDriver)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue