diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-25 10:30:41 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-27 09:03:30 +0100 |
commit | e1880bead60d433de2960104bd62cd9e27bfca17 (patch) | |
tree | 61ff400e1231ede42013d1a93335362eb2f2b750 /src/buildtool/execution_api/git/TARGETS | |
parent | 322218e6f0029a7cd6fd90d551217e71d8339998 (diff) | |
download | justbuild-e1880bead60d433de2960104bd62cd9e27bfca17.tar.gz |
ArtifactBlob: Move from execution_api/common to common
Diffstat (limited to 'src/buildtool/execution_api/git/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/git/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/git/TARGETS b/src/buildtool/execution_api/git/TARGETS index ed1ab042..6db86b4c 100644 --- a/src/buildtool/execution_api/git/TARGETS +++ b/src/buildtool/execution_api/git/TARGETS @@ -11,9 +11,9 @@ ] , "private-deps": [ ["@", "json", "", "json"] + , ["src/buildtool/common", "artifact_blob"] , ["src/buildtool/common", "artifact_digest_factory"] , ["src/buildtool/crypto", "hash_function"] - , ["src/buildtool/execution_api/common", "artifact_blob"] , ["src/buildtool/execution_api/common", "common_api"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/file_system", "git_tree"] |