This commit is contained in:
Willy-JL
2024-02-16 11:27:05 +00:00
91 changed files with 3578 additions and 2228 deletions

View File

@@ -139,8 +139,12 @@ for app_dir, _ in fwenv["APPDIRS"]:
fwenv.PrepareApplicationsBuild()
# Build external apps + configure SDK
if env["IS_BASE_FIRMWARE"]:
# Ensure all libs are built - even if they are not used in firmware
fw_artifacts.append(fwenv["LIB_DIST_DIR"].glob("*.a"))
fwenv.SetDefault(FBT_FAP_DEBUG_ELF_ROOT=fwenv["BUILD_DIR"].Dir(".extapps"))
fw_extapps = fwenv["FW_EXTAPPS"] = SConscript(
"site_scons/extapps.scons",