summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-04 10:05:54 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-04-07 17:42:26 +0200
commit0ce050714843dec41f2dc097a2236ab00f85ccce (patch)
tree65a0b6dc9c345dc8d1546df447148ec49053a923 /src/buildtool/execution_engine/executor/TARGETS
parentab7d432e72a6c97b7ad9dcfe45b530cd626e4b58 (diff)
downloadjustbuild-0ce050714843dec41f2dc097a2236ab00f85ccce.tar.gz
executor: also handle tree-overlay actions
Diffstat (limited to 'src/buildtool/execution_engine/executor/TARGETS')
-rw-r--r--src/buildtool/execution_engine/executor/TARGETS3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS
index 2ac64635..d063439e 100644
--- a/src/buildtool/execution_engine/executor/TARGETS
+++ b/src/buildtool/execution_engine/executor/TARGETS
@@ -25,6 +25,9 @@
, ["src/buildtool/execution_api/remote", "config"]
, ["src/buildtool/execution_api/remote", "context"]
, ["src/buildtool/execution_engine/dag", "dag"]
+ , [ "src/buildtool/execution_engine/tree_operations"
+ , "tree_operations_utils"
+ ]
, ["src/buildtool/file_system", "file_root"]
, ["src/buildtool/file_system", "git_tree"]
, ["src/buildtool/file_system", "object_type"]