FBT: Add new plugin APIs to ignored unresolved symbols

This commit is contained in:
Willy-JL
2024-04-05 02:22:08 +01:00
parent 2f06a01f64
commit d4d8e5a6cb

View File

@@ -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",
]
)
]