mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04: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:
@@ -328,10 +328,7 @@ class AppBuildset:
|
||||
sdk_headers.extend(
|
||||
[
|
||||
src._appdir.File(header)
|
||||
for src in [
|
||||
app,
|
||||
*(plugin for plugin in app._plugins),
|
||||
]
|
||||
for src in [app, *app._plugins]
|
||||
for header in src.sdk_headers
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user