Files
sdk/runtime/vm
Vyacheslav Egorov f8951105fc [vm] Fix Flutter Android builds
There seems to be some subtlety around default initialization
of std::array, which is not considered a constexpr by the combination
of libcxx and clang used in Flutter buildroot. This causes:

   error: constexpr variable 'kOffsetTo' must be initialized by a constant expression
   note: non-constexpr constructor 'array' cannot be used in a constant expression

Fix this by using explicit initialization instead.

TEST=verified manually that Flutter engine builds

Change-Id: Iaa26e846a6f19ec236529c87864d0ab4a75f6c4f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438721
Reviewed-by: Martin Kustermann <kustermann@google.com>
Auto-Submit: Slava Egorov <vegorov@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2025-07-04 00:25:57 -07:00
..
2024-07-23 10:43:43 +00:00
2024-04-17 19:14:41 +00:00
2025-05-05 15:21:13 -07:00
2023-09-12 16:22:19 +00:00
2025-07-04 00:25:57 -07:00
2024-04-17 19:14:41 +00:00
2024-03-20 20:08:13 +00:00
2025-02-11 20:09:11 -08:00
2025-05-27 10:46:24 -07:00
2025-05-07 07:18:41 -07:00
2024-04-17 19:14:41 +00:00
2024-03-20 20:08:13 +00:00
2025-06-18 06:09:14 -07:00