Skip to content

Commit 2b8a2dc

Browse files
committed
update lignting app build targets
1 parent 2dbb02a commit 2b8a2dc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

BUILD.gn

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,16 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
660660
]
661661
}
662662

663-
extra_build_deps += [ ":linux_lighting_app" ]
663+
group("linux_lighting_app_no_unique_id") {
664+
deps = [
665+
"${chip_root}/examples/lighting-app-data-mode-no-unique-id/linux(${standalone_toolchain})",
666+
]
667+
}
668+
669+
extra_build_deps += [
670+
":linux_lighting_app",
671+
":linux_lighting_app_no_unique_id",
672+
]
664673
}
665674

666675
if (enable_linux_lock_app_build) {

0 commit comments

Comments
 (0)