Skip to content

Commit 31fa1f0

Browse files
os_fuchsia
1 parent 4cb23fe commit 31fa1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/src/flutter/testing/dart_fixture.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ void DartFixture::SetSnapshotsAndAssets(Settings& settings) {
5454
// snapshots will be present in the application AOT dylib.
5555
if (DartVM::IsRunningPrecompiledCode()) {
5656
FML_CHECK(PrepareSettingsForAOTWithSymbols(settings, aot_symbols_));
57-
#if FML_OS_LINUX
57+
#if FML_OS_LINUX || OS_FUCHSIA
5858
settings.vmservice_snapshot_library_path.emplace_back(fml::paths::JoinPaths(
5959
{GetTestingAssetsPath(), "libvmservice_snapshot.so"}));
60-
#endif // FML_OS_LINUX
60+
#endif // FML_OS_LINUX || OS_FUCHSIA
6161
} else {
6262
settings.application_kernels = [this]() -> Mappings {
6363
std::vector<std::unique_ptr<const fml::Mapping>> kernel_mappings;

0 commit comments

Comments
 (0)