Revert "chore: Make firmware optional rather than required"

This reverts commit 257aad2431.
This commit is contained in:
Zephyron 2025-05-01 14:58:48 +10:00
parent 1bf27ebbb9
commit 5d3e75c25f
5 changed files with 125 additions and 11 deletions

View file

@ -164,8 +164,7 @@ endif()
if (CITRON_USE_BUNDLED_VCPKG)
if (ANDROID)
set(ENV{ANDROID_NDK_HOME} ${ANDROID_NDK})
set(VCPKG_ADDITIONAL_FLAGS "--allow-unsupported")
set(ENV{ANDROID_NDK_HOME} "${ANDROID_NDK}")
list(APPEND VCPKG_MANIFEST_FEATURES "android")
if (CMAKE_ANDROID_ARCH_ABI STREQUAL "arm64-v8a")