mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
FBT: New SKIP_EXTERNAL option
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user