| # Copyright 2024 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. | |
| """top-level BUILD.bazel file for fuchsia_idk_repository() workspaces.""" | |
| # Symlink to the original input IDK export directory. | |
| # Only used for debugging the platform build, this target will disappear | |
| # in the future. | |
| filegroup( | |
| name = "ninja_idk_export_dir", | |
| srcs = [":ninja_idk_export_dir_symlink"], | |
| ) |