Skip to content

Commit e7f8ca1

Browse files
tamirdchinmaygarde
authored andcommitted
[all] add fuchsia.{net.NameLookup,posix.socket.Provider} (#9546)
These services will replace fuchsia.net.SocketProvider. Note that dart_{aot,jit}_product_runner.cmx were invalid before this change. I'm not sure how that was allowed to happen.
1 parent a72a999 commit e7f8ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/platform/fuchsia/dart/meta/dart_aot_product_runner.cmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"sandbox": {
66
"features": [
7-
"root-ssl-certificates"
7+
"root-ssl-certificates",
88
"deprecated-ambient-replace-as-executable"
99
],
1010
"services": [

shell/platform/fuchsia/dart/meta/dart_jit_product_runner.cmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"sandbox": {
66
"features": [
7-
"root-ssl-certificates"
7+
"root-ssl-certificates",
88
"deprecated-ambient-replace-as-executable"
99
],
1010
"services": [

0 commit comments

Comments
 (0)