Add buildcleaner: keep pragma to a dep in ops_test build rule and run build_cleaner.

PiperOrigin-RevId: 642275845
This commit is contained in:
The gemma.cpp Authors 2024-06-11 08:17:09 -07:00 committed by Copybara-Service
parent 3e2396f98c
commit 57d0ea95d0
1 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ cc_library(
"@hwy//:matvec", "@hwy//:matvec",
"@hwy//:profiler", "@hwy//:profiler",
"@hwy//:thread_pool", "@hwy//:thread_pool",
"@hwy//hwy/contrib/sort:vqsort",
], ],
) )
@ -46,7 +45,7 @@ cc_test(
tags = ["hwy_ops_test"], tags = ["hwy_ops_test"],
deps = [ deps = [
":ops", ":ops",
"@googletest//:gtest_main", "@googletest//:gtest_main", # buildcleaner: keep
"//compression:compress", "//compression:compress",
"@hwy//:hwy", "@hwy//:hwy",
"@hwy//:hwy_test_util", "@hwy//:hwy_test_util",