Libraries: Remove LibArchive

This library isn't used by anything but the Android build which
currently doesn't work. We most likely won't be using a homegrown
implementation for archive formats in the future, regardless.
This commit is contained in:
rmg-x 2024-11-23 09:18:38 -06:00 committed by Andreas Kling
commit 03b9e555c0
Notes: github-actions[bot] 2024-11-25 12:38:39 +00:00
14 changed files with 2 additions and 1267 deletions

View file

@ -7,7 +7,7 @@ add_library(ladybird SHARED
src/main/cpp/TimerExecutorService.cpp
src/main/cpp/JNIHelpers.cpp
)
target_link_libraries(ladybird PRIVATE LibArchive jnigraphics android)
target_link_libraries(ladybird PRIVATE jnigraphics android)
include(../cmake/AndroidExtras.cmake)
create_ladybird_bundle(ladybird)