[native_assets_builder] Build result is half-fed into link result #2149
Labels
P3
A lower priority bug or feature request
package:hooks_runner
type-code-health
Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
I found this weird code in Flutter tools:
It turns out the
dependencies
for the build and link hook must be combined by the caller but theencodedAssets
from the build result are added to the link result, this isn't symmetric.native/pkgs/native_assets_builder/lib/src/build_runner/build_runner.dart
Line 192 in 5f978b4
This line should be removed to make it symmetric, or the dependencies should be added there to make it symmetric.
This will need a manual roll into Dart & Flutter.
The text was updated successfully, but these errors were encountered: