[all] add fuchsia.{net.NameLookup,posix.socket.Provider} (flutter/engine#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.
This commit is contained in:
committed by
Chinmay Garde
parent
97e4fac816
commit
d648992aa4
@@ -4,7 +4,7 @@
|
||||
},
|
||||
"sandbox": {
|
||||
"features": [
|
||||
"root-ssl-certificates"
|
||||
"root-ssl-certificates",
|
||||
"deprecated-ambient-replace-as-executable"
|
||||
],
|
||||
"services": [
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
},
|
||||
"sandbox": {
|
||||
"features": [
|
||||
"root-ssl-certificates"
|
||||
"root-ssl-certificates",
|
||||
"deprecated-ambient-replace-as-executable"
|
||||
],
|
||||
"services": [
|
||||
|
||||
Reference in New Issue
Block a user