Skip to content

Commit f1bf871

Browse files
yangtao365restyled-commits
authored andcommitted
remove obsolete configurations (project-chip#34569)
* remove obsolete configurations * Restyled by gn --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 838480b commit f1bf871

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/beken/BUILD.gn

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ import("//build_overrides/chip.gni")
2121
#import("${chip_root}/build/chip/tests.gni")
2222

2323
group("beken") {
24-
deps = [
25-
"${chip_root}/examples/lighting-app/beken:MatterApp",
26-
"${chip_root}/src/lib",
27-
]
24+
deps = [ "${chip_root}/src/lib" ]
2825
}
2926
group("default") {
3027
deps = [ ":beken" ]

0 commit comments

Comments
 (0)