This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 3c8394c
authored
[fuchsia] Fix SDK roll failure. (#30600)
- Remove unused zx include. This include redefines several symbols that are now coming from
the SDK. See this SDK roll failure
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8826397088488060737/+/u/build_fuchsia_debug_x64_flutter_shell_platform_fuchsia:fuchsia_fuchsia_tests/stdout. This include does not appear to be used.
- Replace use of non-standard countof C++ feature. This feature does not appear to be defined anymore in the latest toolchain.1 parent 641a7a3 commit 3c8394c
File tree
2 files changed
+3
-2
lines changed- shell/platform/fuchsia/flutter
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
137 | | - | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
0 commit comments