From 4022147ce7e3cc1de5640c9259d886847459a9af Mon Sep 17 00:00:00 2001 From: Tao Yang <110899005+yangtao365@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:19:43 +0800 Subject: [PATCH] remove obsolete configurations (#34569) * remove obsolete configurations * Restyled by gn --------- Co-authored-by: Restyled.io --- config/beken/BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/beken/BUILD.gn b/config/beken/BUILD.gn index 3a0de665887e0b..35e5175a89f7cd 100644 --- a/config/beken/BUILD.gn +++ b/config/beken/BUILD.gn @@ -21,10 +21,7 @@ import("//build_overrides/chip.gni") #import("${chip_root}/build/chip/tests.gni") group("beken") { - deps = [ - "${chip_root}/examples/lighting-app/beken:MatterApp", - "${chip_root}/src/lib", - ] + deps = [ "${chip_root}/src/lib" ] } group("default") { deps = [ ":beken" ]