Skip to content

Commit

Permalink
FBT: Add new plugin APIs to ignored unresolved symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Apr 5, 2024
1 parent 2f06a01 commit d4d8e5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/fbt_tools/fbt_extapps.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ def _validate_app_imports(target, source, env):
"totp_",
"token_info_",
"memset_s",
# troika
"mosgortrans_parse_transport_block",
)
)
and any(
Expand All @@ -317,6 +319,7 @@ def _validate_app_imports(target, source, env):
"gallagher",
"js_",
"totp_",
"troika",
]
)
]
Expand Down

0 comments on commit d4d8e5a

Please sign in to comment.