summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/execution_service/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-08-29 17:29:49 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-08-30 17:17:09 +0200
commit013d83eed166049be110d47f00feb4c6af1315af (patch)
treed792e9f6a180337365f639a17c0e07b52b480b37 /test/buildtool/execution_api/execution_service/TARGETS
parent576e31959bb7550bdd2b348f5d096f4926e859c6 (diff)
downloadjustbuild-013d83eed166049be110d47f00feb4c6af1315af.tar.gz
Use BazelDigestFactory to create bazel_re::Digest directly if needed
...bypassing ArtifactDigest functionality.
Diffstat (limited to 'test/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r--test/buildtool/execution_api/execution_service/TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/execution_service/TARGETS b/test/buildtool/execution_api/execution_service/TARGETS
index 0e32c4ad..a2c1e9dd 100644
--- a/test/buildtool/execution_api/execution_service/TARGETS
+++ b/test/buildtool/execution_api/execution_service/TARGETS
@@ -16,6 +16,7 @@
, ["@", "src", "src/buildtool/file_system", "git_repo"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
, ["@", "src", "src/buildtool/common", "common"]
+ , ["@", "src", "src/buildtool/common", "bazel_digest_factory"]
, ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/buildtool/storage", "storage"]
, ["@", "gsl", "", "gsl"]