Remove autoninja. (flutter/engine#38136)
Autoninja is being deprecated and this is removing engine v2 configurations.
This commit is contained in:
@@ -39,8 +39,7 @@
|
||||
"targets": [
|
||||
"flutter/shell/platform/darwin/ios:flutter_framework",
|
||||
"flutter/lib/snapshot:generate_snapshot_bin"
|
||||
],
|
||||
"tool": "autoninja"
|
||||
]
|
||||
},
|
||||
"tests": []
|
||||
},
|
||||
@@ -63,8 +62,7 @@
|
||||
"name": "ios_debug_sim_arm64",
|
||||
"ninja": {
|
||||
"config": "ios_debug_sim_arm64",
|
||||
"targets": [],
|
||||
"tool": "autoninja"
|
||||
"targets": []
|
||||
},
|
||||
"tests": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user