commit | 9599f789fcc1713f153156271704d585009ca399 | [log] [tgz] |
---|---|---|
author | HONG Yifan <[email protected]> | Mon Jan 13 15:50:45 2025 -0800 |
committer | HONG Yifan <[email protected]> | Mon Jan 13 15:57:58 2025 -0800 |
tree | 4406dacde54abe98a5e62fba7247cfbb6803a9a4 | |
parent | eead37a9db6b8ed27af22d146e61bdae35a76dd0 [diff] |
Mock rules_shell. Bug: 372860136 Change-Id: I99b6830a548b13de3f22ffc12463bf52b33a895c
diff --git a/gbl/bazel.MODULE.bazel b/gbl/bazel.MODULE.bazel index 04fd560..852d16b 100644 --- a/gbl/bazel.MODULE.bazel +++ b/gbl/bazel.MODULE.bazel
@@ -95,6 +95,11 @@ ) local_path_override( + module_name = "rules_shell", + path = "external/bazelbuild-rules_shell", +) + +local_path_override( module_name = "protobuf", path = "bootable/libbootloader/gbl/fake_modules/protobuf", )