summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-16 15:32:59 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-09-18 09:45:19 +0200
commit7d2f632b1dd1fe2ca01ef89716efe355e4d32687 (patch)
tree9dfb24707da8a9d8db0506636f5c6186f2e2fbe1 /src/buildtool/execution_api/common/TARGETS
parentaf36ec3931067d40f0552a8d5610cc9d35f91bbc (diff)
downloadjustbuild-7d2f632b1dd1fe2ca01ef89716efe355e4d32687.tar.gz
Introduce ByteStreamUtils, wrap kChunkSize
...and use the qualified name ByteStreamUtils::kChunkSize
Diffstat (limited to 'src/buildtool/execution_api/common/TARGETS')
-rw-r--r--src/buildtool/execution_api/common/TARGETS6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS
index 0f3288e5..a060d0fa 100644
--- a/src/buildtool/execution_api/common/TARGETS
+++ b/src/buildtool/execution_api/common/TARGETS
@@ -30,10 +30,10 @@
, "private-deps": [["src/buildtool/common", "artifact_digest_factory"]]
, "stage": ["src", "buildtool", "execution_api", "common"]
}
-, "bytestream-common":
+, "bytestream_utils":
{ "type": ["@", "rules", "CC", "library"]
- , "name": ["bytestream-common"]
- , "hdrs": ["bytestream_common.hpp"]
+ , "name": ["bytestream_utils"]
+ , "hdrs": ["bytestream_utils.hpp"]
, "stage": ["src", "buildtool", "execution_api", "common"]
}
, "api_bundle":