diff options
Diffstat (limited to 'src/other_tools/root_maps/TARGETS')
-rw-r--r-- | src/other_tools/root_maps/TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/TARGETS b/src/other_tools/root_maps/TARGETS index 84eef4a5..68d1ba5b 100644 --- a/src/other_tools/root_maps/TARGETS +++ b/src/other_tools/root_maps/TARGETS @@ -29,6 +29,8 @@ , ["src/other_tools/just_mr/progress_reporting", "progress"] , ["src/other_tools/just_mr/progress_reporting", "statistics"] , ["src/utils/cpp", "tmp_dir"] + , ["src/buildtool/common", "artifact_digest_factory"] + , ["src/buildtool/crypto", "hash_function"] ] } , "commit_git_map": @@ -61,6 +63,8 @@ , ["src/other_tools/git_operations", "git_repo_remote"] , ["src/other_tools/utils", "curl_url_handle"] , ["src/utils/cpp", "tmp_dir"] + , ["src/buildtool/common", "artifact_digest_factory"] + , ["src/buildtool/crypto", "hash_function"] ] } , "fpath_git_map": @@ -199,6 +203,8 @@ , ["src/buildtool/common", "config"] , ["src/buildtool/execution_api/git", "git"] , ["src/buildtool/file_system", "object_type"] + , ["src/buildtool/common", "artifact_digest_factory"] + , ["src/buildtool/crypto", "hash_function"] ] } } |