b53162d82b
Otherwise executables simply does not link because C++ std lib we are using has dependency on dl (through libunwind). Fixes https://github.com/dart-lang/sdk/issues/35631 Note: this follows what newer versions of build configs do. See for example one used in Flutter build root[1] [1] https://github.com/flutter/buildroot/blob/224ebe0adaaf8463cc505a42c0e5eac870b2896e/build/config/BUILD.gn#L121 Change-Id: I405c820db4363a59230d7ba4f93d760a8cbbabc3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103627 Reviewed-by: Teagan Strickland <sstrickl@google.com> Commit-Queue: Vyacheslav Egorov <vegorov@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 independantly by the Dart team. It is used to support the GN build system.