aboutsummaryrefslogtreecommitdiff
path: root/pw_build/exec.gni
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build/exec.gni')
-rw-r--r--pw_build/exec.gni6
1 files changed, 6 insertions, 0 deletions
diff --git a/pw_build/exec.gni b/pw_build/exec.gni
index 26f3d6251..241c87b55 100644
--- a/pw_build/exec.gni
+++ b/pw_build/exec.gni
@@ -27,6 +27,11 @@ import("python_action.gni")
#
# deps: Dependencies for this target.
#
+# public_deps: Public dependencies for this target. In addition to outputs from
+# this target, outputs generated by public dependencies can be used as inputs
+# from targets that depend on this one. This is not the case for private
+# deps.
+#
# inputs: Optional list of build inputs to the program.
#
# outputs: Optional list of artifacts produced by the program's execution.
@@ -132,6 +137,7 @@ template("pw_exec") {
"deps",
"inputs",
"pool",
+ "public_deps",
])
if (!defined(inputs)) {