| commit | e7b8e288b01a667dba87d7d2c584b950adb6200c | [log] [tgz] |
|---|---|---|
| author | Matt Stark <[email protected]> | Tue Jul 25 06:29:28 2023 |
| committer | Chromeos LUCI <[email protected]> | Tue Jul 25 09:34:24 2023 |
| tree | a0328467955e55d241e97f4a645f9492ae613d22 | |
| parent | be836ab47c73ff0ab2ceb8f0df862053b88a935d [diff] |
Revert "Delete WORKSPACE" This reverts commit d96a7859e2898e6d8198dea3c2fae52da7f6ff8f. Reason for revert: Apparently this broke drydocks bazel build, and we're not using rules_cros anymore anyway, so this doesn't affect alchemy anymore Original change's description: > Delete WORKSPACE > > This allows it to work with alchemy. > > Change-Id: Ic741a4431c63161e2c272becb6956e160ea0d3d2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/rules_cros/+/4190657 > Reviewed-by: George Burgess <[email protected]> > Tested-by: Matt Stark <[email protected]> Change-Id: Ieb4f2abe42db616d8e7372e04045275a8d52c3e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/rules_cros/+/4714167 Tested-by: Matt Stark <[email protected]> Reviewed-by: Andrew Moylan <[email protected]> Commit-Queue: Matt Stark <[email protected]> Auto-Submit: Matt Stark <[email protected]>
diff --git a/WORKSPACE b/WORKSPACE new file mode 100644 index 0000000..75664ff --- /dev/null +++ b/WORKSPACE
@@ -0,0 +1,9 @@ +# Copyright 2022 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +workspace(name = "rules_cros") + +load("//cros:repositories.bzl", "rules_cros_dependencies") + +rules_cros_dependencies()