diff --git a/scripts/fbt_tools/fbt_extapps.py b/scripts/fbt_tools/fbt_extapps.py index 086caf4cf..9c3c28124 100644 --- a/scripts/fbt_tools/fbt_extapps.py +++ b/scripts/fbt_tools/fbt_extapps.py @@ -302,8 +302,14 @@ def _validate_app_imports(target, source, env): "gallagher_deobfuscate_and_parse_credential", # js_ "js_delay_with_flags", - "js_flags_wait", + "js_event_loop_get_loop", "js_flags_set", + "js_flags_wait", + "js_gui_make_view_factory", + "js_module_get", + # test_js + "js_thread_run", + "js_thread_stop", # totp_ "totp_", "token_info_", @@ -317,7 +323,8 @@ def _validate_app_imports(target, source, env): for prefix in [ "advanced_plugin", "gallagher", - "js_", + "js_", # js_app and all js_ modules + "test_js", "totp_", "troika", ]