Build legacy web dart sdk (#11360)

This commit is contained in:
Jonah Williams 2019-08-21 18:55:19 -07:00 committed by GitHub
parent ccf5d619b5
commit e6b983cefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,5 +178,9 @@ prebuilt_dart_action("flutter_dartdevc_kernel_sdk") {
"amd",
"-o",
rebase_path("$root_out_dir/flutter_web_sdk/kernel/amd/dart_sdk.js"),
"--modules",
"legacy",
"-o",
rebase_path("$root_out_dir/flutter_web_sdk/kernel/legacy/dart_sdk.js"),
]
}