From f0df63cfd73870f5dd8395b623478f851786d572 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Thu, 21 Jan 2021 01:44:02 +0100 Subject: [PATCH] add ffi_allocation_patch.dart to libraries.yaml (#23808) --- shell/platform/fuchsia/dart_runner/kernel/libraries.json | 3 ++- shell/platform/fuchsia/dart_runner/kernel/libraries.yaml | 1 + shell/platform/fuchsia/flutter/kernel/libraries.json | 3 ++- shell/platform/fuchsia/flutter/kernel/libraries.yaml | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/shell/platform/fuchsia/dart_runner/kernel/libraries.json b/shell/platform/fuchsia/dart_runner/kernel/libraries.json index 3910d658dff70..7cd220be9bf73 100644 --- a/shell/platform/fuchsia/dart_runner/kernel/libraries.json +++ b/shell/platform/fuchsia/dart_runner/kernel/libraries.json @@ -83,6 +83,7 @@ "uri": "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart", "patches": [ "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_allocation_patch.dart", "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart", "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_type_patch.dart", "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart" @@ -162,4 +163,4 @@ } } } -} \ No newline at end of file +} diff --git a/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml b/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml index 4953ac8864477..cc930a10b3ca6 100644 --- a/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml +++ b/shell/platform/fuchsia/dart_runner/kernel/libraries.yaml @@ -88,6 +88,7 @@ dart_runner: uri: "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart" patches: - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart" + - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_allocation_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_type_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart" diff --git a/shell/platform/fuchsia/flutter/kernel/libraries.json b/shell/platform/fuchsia/flutter/kernel/libraries.json index 20eca04945d7c..c770f3b1e2455 100644 --- a/shell/platform/fuchsia/flutter/kernel/libraries.json +++ b/shell/platform/fuchsia/flutter/kernel/libraries.json @@ -83,6 +83,7 @@ "uri": "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart", "patches": [ "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart", + "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_allocation_patch.dart", "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart", "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_type_patch.dart", "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart" @@ -165,4 +166,4 @@ } } } -} \ No newline at end of file +} diff --git a/shell/platform/fuchsia/flutter/kernel/libraries.yaml b/shell/platform/fuchsia/flutter/kernel/libraries.yaml index 36418bd781e8f..a6c85a970abcd 100644 --- a/shell/platform/fuchsia/flutter/kernel/libraries.yaml +++ b/shell/platform/fuchsia/flutter/kernel/libraries.yaml @@ -88,6 +88,7 @@ flutter_runner: uri: "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart" patches: - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart" + - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_allocation_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_type_patch.dart" - "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_struct_patch.dart"