Chris McDonald | 8d611b4 | 2022-02-02 13:07:33 -0700 | [diff] [blame] | 1 | # Copyright 2022 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # Top-level workspace file for the Chrome OS checkout. All workspace-level rules |
| 6 | # must live here! |
| 7 | |
| 8 | workspace(name = "cros") |
| 9 | |
| 10 | # Make rules_cros globally available via a separate @rules_cros repository mapping. |
| 11 | local_repository( |
| 12 | name = "rules_cros", |
| 13 | path = "src/platform/rules_cros", |
| 14 | ) |
| 15 | |
| 16 | load("@rules_cros//cros:repositories.bzl", "rules_cros_dependencies") |
| 17 | |
| 18 | rules_cros_dependencies() |