• Petr Hosek's avatar
    Use prebuilt Dart snapshot when assembling bundle (#6660) · 93a2d07c
    Petr Hosek authored
    This is causing issues when integratting Flutter into GN as the
    generated depfile refers to snapshot as the target instead of the
    bundle. We instead use a separate GN action to generate the
    snapshot use the Flutter compiler to only assemble the bundle.
    93a2d07c
fuchsia_builder.dart 2.46 KB