Fix bazel build failure:

https://github.com/google/gemma.cpp/actions/runs/8252325981/job/22571549312

PiperOrigin-RevId: 615073081
This commit is contained in:
Austin Huang 2024-03-12 09:40:34 -07:00 committed by Copybara-Service
parent ccd055e06b
commit 9345b0aed5
1 changed files with 2 additions and 0 deletions

View File

@ -89,7 +89,9 @@ cc_binary(
":app", ":app",
":args", ":args",
":gemma_lib", ":gemma_lib",
# copybara:strip_begin
"//base", "//base",
# copybara:strip_end
"//compression:compress", "//compression:compress",
"@hwy//:hwy", "@hwy//:hwy",
"@hwy//:nanobenchmark", "@hwy//:nanobenchmark",