| # Copyright 2021 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. |
| |
| # # Public Flutter rules. |
| |
| # Toolchain type for the Flutter toolchain. |
| toolchain_type( |
| name = "flutter_toolchain_type", |
| visibility = ["//visibility:public"], |
| ) |
| |
| # Toolchain type for the Dart toolchain. |
| toolchain_type( |
| name = "dart_toolchain_type", |
| visibility = ["//visibility:public"], |
| ) |
| |
| # # Export files for use in documentation. |
| # exports_files( |
| # glob(["*.bzl"]), |
| # visibility = ["//:__subpackages__"], |
| # ) |