mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
089d6fc016
Everything in the build/fuchsia director (except for tests.cmx) was copied and modified from: https://fuchsia.googlesource.com/samples/+/refs/heads/master/build This doesn't include any tests yet, but its runnable on the emulator. Change-Id: Id64ae71062447c789ca4d10ed3a4a09e0a6d7b99 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152589 Reviewed-by: Siva Annamalai <asiva@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Liam Appelbe <liama@google.com>
7 lines
232 B
Text
7 lines
232 B
Text
# Copyright 2019 The Fuchsia Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
declare_args() {
|
|
clang_base_path = "//buildtools/linux-x64/clang"
|
|
}
|