Update builder configurations to apply the new generators format. (flutter/engine#28038)

Web engine required more complex generator configurations which forced
us change the generator values from list to a dict.

Bug: https://github.com/flutter/flutter/issues/81855
This commit is contained in:
godofredoc 2021-08-12 10:21:12 -07:00 committed by GitHub
parent e6f1167a72
commit 80e299c6b0
4 changed files with 11 additions and 9 deletions

View File

@ -47,12 +47,14 @@
"mac_model=Macmini8,1",
"os=Mac"
],
"generators": [
{
"name": "BuildObjcDoc",
"script": "flutter/tools/gen_objcdoc.sh"
}
],
"generators": {
"tasks": [
{
"name": "BuildObjcDoc",
"scripts": ["flutter/tools/gen_objcdoc.sh"]
}
]
},
"gn": [
"--bitcode",
"--ios",

View File

@ -47,7 +47,7 @@
"mac_model=Macmini8,1",
"os=Mac"
],
"generators": [],
"generators": {},
"gn": [
"--ios",
"--runtime-mode",

View File

@ -49,7 +49,7 @@
"mac_model=Macmini8,1",
"os=Mac"
],
"generators": [],
"generators": {},
"gn": [
"--ios",
"--runtime-mode",

View File

@ -67,7 +67,7 @@
"gclient_custom_vars": {
"download_android_deps": false
},
"generators": [],
"generators": {},
"gn": [
"--runtime-mode",
"release",