We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb23fe commit 31fa1f0Copy full SHA for 31fa1f0
engine/src/flutter/testing/dart_fixture.cc
@@ -54,10 +54,10 @@ void DartFixture::SetSnapshotsAndAssets(Settings& settings) {
54
// snapshots will be present in the application AOT dylib.
55
if (DartVM::IsRunningPrecompiledCode()) {
56
FML_CHECK(PrepareSettingsForAOTWithSymbols(settings, aot_symbols_));
57
-#if FML_OS_LINUX
+#if FML_OS_LINUX || OS_FUCHSIA
58
settings.vmservice_snapshot_library_path.emplace_back(fml::paths::JoinPaths(
59
{GetTestingAssetsPath(), "libvmservice_snapshot.so"}));
60
-#endif // FML_OS_LINUX
+#endif // FML_OS_LINUX || OS_FUCHSIA
61
} else {
62
settings.application_kernels = [this]() -> Mappings {
63
std::vector<std::unique_ptr<const fml::Mapping>> kernel_mappings;
0 commit comments