mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
[FL-3437] fbt: build target for faps (#2888)
* fbt: added build target for faps. Usage: ./fbt build APPSRC=<appid> * Updated docs & vscode config * Code cleanup
This commit is contained in:
@@ -336,8 +336,10 @@ def ambiguous_app_call(**kw):
|
||||
|
||||
if app_to_launch:
|
||||
appenv.AddAppLaunchTarget(app_to_launch, "launch")
|
||||
appenv.AddAppBuildTarget(app_to_launch, "build")
|
||||
else:
|
||||
dist_env.PhonyTarget("launch", Action(ambiguous_app_call, None))
|
||||
dist_env.PhonyTarget("build", Action(ambiguous_app_call, None))
|
||||
|
||||
# cli handler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user