1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:17:35 +00:00

Ladybird/Android: Revive extract_tar_archive function

This function used to live in AndroidPlatform.cpp, but was removed
during the transition to the new app. We still need to extract the
assets from the tarball that CMake creates. At least, until we come
up with a generic "Resource" concept in LibCore.
This commit is contained in:
Andrew Kaster 2023-09-14 12:15:28 -06:00 committed by Andrew Kaster
parent a58ee0ecd2
commit 3c39579510
2 changed files with 157 additions and 2 deletions

View file

@ -151,7 +151,7 @@ elseif(ANDROID)
Android/src/main/cpp/ALooperEventLoopImplementation.cpp
Android/src/main/cpp/TimerExecutorService.cpp
)
target_link_libraries(ladybird PRIVATE log jnigraphics android)
target_link_libraries(ladybird PRIVATE LibArchive log jnigraphics android)
else()
# TODO: Check for other GUI frameworks here when we move them in-tree
# For now, we can export a static library of common files for chromes to link to