Add the flutter_js target as a dep to web_sdk. (flutter/engine#48814)

Currently, the `flutter_js` target is built as part of the flutter_web_sdk_archive target. However, it should also be built when doing the normal web_sdk, as that is what the monorepo builds (and does its own archiving).
This commit is contained in:
Jackson Gardner 2023-12-08 07:28:12 -08:00 committed by GitHub
parent f7a88fc8f1
commit 3133e1fbca

View File

@ -31,6 +31,7 @@ group("web_sdk") {
deps = [
":flutter_ddc_modules",
":flutter_platform_dills",
"//flutter/lib/web_ui/flutter_js",
]
}