| # Copyright 2022 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. | |
| # Single import for all common templates used to wrap Bazel targets | |
| # with GN targets. | |
| import("//build/bazel/bazel_action.gni") | |
| import("//build/bazel/bazel_fuchsia_package.gni") | |
| import("//build/bazel/bazel_fuchsia_test_package.gni") |