Skip to content

Commit c18aec4

Browse files
committed
Update to public_deps
1 parent 9934b77 commit c18aec4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/app/clusters/scenes-server/BUILD.gn

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ static_library("scenes") {
2727
"SceneTableImpl.h",
2828
]
2929

30-
deps = [
31-
"${chip_root}/src/app",
32-
"${chip_root}/src/app/common:fabric-table"
33-
]
30+
deps = [ "${chip_root}/src/app" ]
31+
32+
public_deps = [ "${chip_root}/src/app/common:fabric-table" ]
3433

3534
cflags = [
3635
"-Wconversion",

0 commit comments

Comments
 (0)