Commit ff330bc
committed
fix: update updater cbindgen toml inputs after upstream API split
Upstream commit be89e40 (#138) split the updater C API into
separate engine and dart cbindgen configs (cbindgen_engine.toml /
cbindgen_dart.toml) and removed the combined cbindgen.toml, but the
companion shell/common/shorebird/BUILD.gn change to update the
declared inputs was not landed. Without this fix, the iOS engine
build fails with:
ninja: error: '../../flutter/third_party/updater/library/cbindgen.toml',
needed by 'gen/flutter/shell/common/shorebird/rust_updater_<...>.stamp',
missing and no known rule to make it
Worth landing upstream as a follow-up on #138.1 parent 6f4f270 commit ff330bc
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments