mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
FBT: Add new plugin APIs to ignored unresolved symbols
This commit is contained in:
@@ -308,6 +308,8 @@ def _validate_app_imports(target, source, env):
|
||||
"totp_",
|
||||
"token_info_",
|
||||
"memset_s",
|
||||
# troika
|
||||
"mosgortrans_parse_transport_block",
|
||||
)
|
||||
)
|
||||
and any(
|
||||
@@ -317,6 +319,7 @@ def _validate_app_imports(target, source, env):
|
||||
"gallagher",
|
||||
"js_",
|
||||
"totp_",
|
||||
"troika",
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user