mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 09:27:46 +00:00
CI+Lagom: Add Lagom Android CI for arm64-v8a on NDK 24 with API level 30
This will let us validate that we aren't breaking any library compile steps for arm64.
This commit is contained in:
parent
f4e30d6b17
commit
2aaaee6744
5 changed files with 62 additions and 5 deletions
|
@ -564,7 +564,7 @@ if (BUILD_LAGOM)
|
|||
lagom_lib(XML xml
|
||||
SOURCES ${LIBXML_SOURCES})
|
||||
|
||||
if (NOT ENABLE_FUZZERS AND NOT ENABLE_COMPILER_EXPLORER_BUILD)
|
||||
if (NOT ENABLE_FUZZERS AND NOT ENABLE_COMPILER_EXPLORER_BUILD AND NOT ANDROID)
|
||||
# Lagom Services
|
||||
add_subdirectory("${SERENITY_PROJECT_ROOT}/Userland/Services" "${CMAKE_CURRENT_BINARY_DIR}/Services")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue