c50940b56b
Currently running official dart `linux/arm/v7` container image on x86_64 with QEMU results in `Unrecognized ARM CPU architecture`. This is due to QEMU reporting host `/proc/cpuinfo` instead of the emulated architecture. Checking `uname` in addition to `/proc/cpuinfo` would make `linux/arm/v7` build work consistently regardless of whether `--use-qemu` is supplied during SDK build time. TEST=running the qemu bot TEST=ran the ffi/hardfp_test.dart locally both in AOT and JIT mode. Closes https://github.com/dart-lang/sdk/pull/48665 https://github.com/dart-lang/sdk/pull/48665 GitOrigin-RevId: d1414d747152d048f3ecaadfd0cd3356ce7a2205 Change-Id: If8b42a700d55e83fea0ee0035848308a3211ec43 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/238841 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
This directory was taken from a snapshot of flutter/engine/src/build/.
The snapshot was taken with a recursive copy cp -R of the directory from
the flutter repository.
The contents has now diverged significantly from Flutter, and is maintained independently by the Dart team. It is used to support the GN build system.