Skip to content

Commit

Permalink
add ffi_allocation_patch.dart to libraries.yaml (flutter#23808) (flut…
Browse files Browse the repository at this point in the history
…ter#23821)

Co-authored-by: Daco Harkes <dacoharkes@google.com>
  • Loading branch information
renyou and dcharkes authored Jan 21, 2021
1 parent ee2ac2a commit 78200e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion shell/platform/fuchsia/dart_runner/kernel/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -162,4 +163,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions shell/platform/fuchsia/dart_runner/kernel/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion shell/platform/fuchsia/flutter/kernel/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -165,4 +166,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions shell/platform/fuchsia/flutter/kernel/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78200e8

Please sign in to comment.