mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
14 lines
628 B
Plaintext
14 lines
628 B
Plaintext
# Copyright 2018 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.
|
|
|
|
gen_snapshot = "//third_party/dart/runtime/bin:gen_snapshot"
|
|
gen_snapshot_product = "//third_party/dart/runtime/bin:gen_snapshot_product"
|
|
|
|
observatory_target =
|
|
"//third_party/dart/runtime/observatory:observatory_archive"
|
|
observatory_archive_dir = get_label_info(observatory_target, "target_gen_dir")
|
|
observatory_archive_name = get_label_info(observatory_target, "name")
|
|
observatory_archive_file =
|
|
"${observatory_archive_dir}/${observatory_archive_name}.tar"
|