mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
764e72800f
This reverts commit d39d4d0d55
.
Reason for revert: Relanding with fix
Change-Id: I6d6911b6cdc578a3b576b237db94c7f1db9824b9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151600
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
10 lines
449 B
Text
10 lines
449 B
Text
# Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
|
|
# for details. 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() {
|
|
using_fuchsia_gn_sdk = true
|
|
fuchsia_sdk_root = "//third_party/fuchsia/sdk/$host_os"
|
|
fuchsia_sdk_path = "//third_party/fuchsia/sdk/$host_os"
|
|
fuchsia_toolchain_path = "//third_party/fuchsia/toolchain/$host_os"
|
|
}
|