Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 84abf21

Browse files
authored
Remove autoninja. (#38136)
Autoninja is being deprecated and this is removing engine v2 configurations.
1 parent 3140ad9 commit 84abf21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/builders/mac_ios_engine_release.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"targets": [
4040
"flutter/shell/platform/darwin/ios:flutter_framework",
4141
"flutter/lib/snapshot:generate_snapshot_bin"
42-
],
43-
"tool": "autoninja"
42+
]
4443
},
4544
"tests": []
4645
},
@@ -63,8 +62,7 @@
6362
"name": "ios_debug_sim_arm64",
6463
"ninja": {
6564
"config": "ios_debug_sim_arm64",
66-
"targets": [],
67-
"tool": "autoninja"
65+
"targets": []
6866
},
6967
"tests": []
7068
}

0 commit comments

Comments
 (0)