Skip to content

Commit 15e759a

Browse files
ianloicCQ Bot
authored andcommitted
[ddktl] Add missing dep
Adds a mising public_deps on //sdk/lib/component/incoming/cpp when building for Fuchsia. Change-Id: I556137f75dc79aca58da2d3def746cad1fef8976 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152717 Fuchsia-Auto-Submit: Ian McKellar <[email protected]> Reviewed-by: Suraj Malhotra <[email protected]> Commit-Queue: Auto-Submit <[email protected]>
1 parent 211aadd commit 15e759a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/ddktl/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ source_set("ddktl") {
6666

6767
# <ddktl/metadata_server.h> has #include <lib/driver/outgoing/cpp/outgoing_directory.h>
6868
"//sdk/lib/driver/outgoing/cpp",
69+
70+
# <ddktl/device.h> has #include <lib/component/incoming/cpp/protocol.h>.
71+
"//sdk/lib/component/incoming/cpp",
6972
]
7073
}
7174

0 commit comments

Comments
 (0)