[native assets] Add dynamic linking integration test for dart
#56459
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
area-native-interop
Used for native interop related issues, including FFI.
Milestone
We want to support dylibs being dynamically linked to other dylibs in native assets:
We have a working PR for Flutter:
But it's not working in Dart standalone out of the box either.
Originally posted by @blaugold in flutter/flutter#153054 (review)
We should add a similar integration test as in the Flutter PR with dylibs being dynamically linked to each other in pkg/dartdev/test/native_assets/build_test.dart and friends. (We could have the integration test project itself live on dart-lang/native instead of checking it in to the Dart SDK like we do with many other tests in pkg/dartdev/test/native_assets/.)
The text was updated successfully, but these errors were encountered: