mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
cc968ca45b
Flutter uses the same clang toolchain as Fuchsia. This CL puts Dart on that toolchain, as well. This roll should entail no changes to glibc version requirements on Linux. The Fuchsia buildtools distribute clang-format with the toolchain rather than separately, so this CL introduces forwarding scripts that are copied to the right place under //buildtools. This CL sets the default for the number of workers in //tools/gn.py to 1, as the newer GN version fails occasionally when run concurrently with other invocations. As Flutter does, this CL uses the clang toolchain to build for Android. Thus, it is now possible to build for Android on MacOS. This change is a prerequisite for assembling the SDK in GN rather than with a python script: https://codereview.chromium.org/2848943003/ and will be nicer for making prebuilt SDKs for Fuchsia. R=whesse@google.com Review-Url: https://codereview.chromium.org/2854583002 . |
||
---|---|---|
.. | ||
config | ||
linux | ||
mac | ||
sanitizers | ||
toolchain | ||
win | ||
.gitignore | ||
compiled_action.gni | ||
compiler_version.py | ||
detect_host_arch.py | ||
executable_suffix.gni | ||
gn_helpers.py | ||
gn_run_binary.py | ||
gypi_to_gn.py | ||
prebuilt_dart_sdk.gni | ||
README.dart | ||
vs_toolchain.py |
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 is used to support the GN build system.