FBT: New SKIP_EXTERNAL option

This commit is contained in:
Willy-JL
2024-05-31 06:17:44 +01:00
parent d05f0c8f9a
commit 9e39da91e2
4 changed files with 22 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ def PrepareApplicationsBuild(env):
applist=env["APPS"],
ext_applist=env["EXTRA_EXT_APPS"],
hw_target=env.subst("f${TARGET_HW}"),
skip_external=env.subst("$SKIP_EXTERNAL"),
)
except Exception as e:
raise StopError(e)