In ruy/workspace.bzl, refer to BUILD file by correct name

PiperOrigin-RevId: 737743492
This commit is contained in:
David Dunleavy 2025-03-17 14:02:21 -07:00 committed by TensorFlower Gardener
parent 19e38732ac
commit 17f433841b

View File

@ -10,5 +10,5 @@ def repo():
strip_prefix = "ruy-3286a34cc8de6149ac6844107dfdffac91531e72",
urls = tf_mirror_urls("https://github.com/google/ruy/archive/3286a34cc8de6149ac6844107dfdffac91531e72.zip"),
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/ruy.cmake)
build_file = "//third_party/ruy:BUILD.bazel",
build_file = "//third_party/ruy:BUILD",
)