Skip to content

Commit f7d52fa

Browse files
George Wrightiskakaushik
authored andcommitted
Add fuchsia.intl.PropertyProvider to our services on Fuchsia (flutter#13486)
This resolves the following error on Fuchsia: Component fuchsia-pkg://fuchsia.com/flutter_aot_product_runner#meta/flutter_aot_product_runner.cmx is not allowed to connect to fuchsia.intl.PropertyProvider because this service is not present in the component's sandbox.
1 parent 693ca2d commit f7d52fa

17 files changed

+17
-0
lines changed

shell/platform/fuchsia/dart_runner/examples/goodbye_dart/meta/goodbye_dart_aot.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"deprecated-ambient-replace-as-executable"
88
],
99
"services": [
10+
"fuchsia.intl.PropertyProvider",
1011
"fuchsia.sys.Environment"
1112
]
1213
}

shell/platform/fuchsia/dart_runner/examples/goodbye_dart/meta/goodbye_dart_jit.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"deprecated-ambient-replace-as-executable"
88
],
99
"services": [
10+
"fuchsia.intl.PropertyProvider",
1011
"fuchsia.sys.Environment"
1112
]
1213
}

shell/platform/fuchsia/dart_runner/examples/hello_app_dart/meta/hello_app_dart_aot.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"sandbox": {
66
"features": [],
77
"services": [
8+
"fuchsia.intl.PropertyProvider",
89
"fuchsia.sys.Environment"
910
]
1011
}

shell/platform/fuchsia/dart_runner/examples/hello_app_dart/meta/hello_app_dart_jit.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"deprecated-ambient-replace-as-executable"
88
],
99
"services": [
10+
"fuchsia.intl.PropertyProvider",
1011
"fuchsia.sys.Environment"
1112
]
1213
}

shell/platform/fuchsia/dart_runner/examples/hello_dart/meta/hello_dart_aot.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"sandbox": {
66
"features": [],
77
"services": [
8+
"fuchsia.intl.PropertyProvider",
89
"fuchsia.sys.Environment"
910
]
1011
}

shell/platform/fuchsia/dart_runner/examples/hello_dart/meta/hello_dart_aot_product.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"sandbox": {
66
"features": [],
77
"services": [
8+
"fuchsia.intl.PropertyProvider",
89
"fuchsia.sys.Environment"
910
]
1011
}

shell/platform/fuchsia/dart_runner/examples/hello_dart/meta/hello_dart_debug.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"sandbox": {
66
"features": [],
77
"services": [
8+
"fuchsia.intl.PropertyProvider",
89
"fuchsia.sys.Environment"
910
]
1011
}

shell/platform/fuchsia/dart_runner/examples/hello_dart/meta/hello_dart_jit.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"deprecated-ambient-replace-as-executable"
88
],
99
"services": [
10+
"fuchsia.intl.PropertyProvider",
1011
"fuchsia.sys.Environment"
1112
]
1213
}

shell/platform/fuchsia/dart_runner/examples/hello_dart/meta/hello_dart_jit_product.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"deprecated-ambient-replace-as-executable"
88
],
99
"services": [
10+
"fuchsia.intl.PropertyProvider",
1011
"fuchsia.sys.Environment"
1112
]
1213
}

shell/platform/fuchsia/dart_runner/integration/meta/dart_aot_runner_test.cmx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"services": [
77
"fuchsia.cobalt.LoggerFactory",
88
"fuchsia.fonts.Provider",
9+
"fuchsia.intl.PropertyProvider",
910
"fuchsia.logger.LogSink",
1011
"fuchsia.modular.Clipboard",
1112
"fuchsia.modular.ContextWriter",

0 commit comments

Comments
 (0)