From 0912e9ad37f7fcac04dcac32c74789cc89be241b Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 3 Oct 2024 13:40:44 -0400 Subject: [PATCH] Fix dependency to make things build --- src/app/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/BUILD.gn b/src/app/BUILD.gn index 98e7225549aaa4..f3565cf5d9a5e1 100644 --- a/src/app/BUILD.gn +++ b/src/app/BUILD.gn @@ -417,6 +417,7 @@ source_set("command-handler-impl") { "${chip_root}/src/access:types", "${chip_root}/src/app/MessageDef", "${chip_root}/src/app/data-model", + "${chip_root}/src/app/data-model-provider", "${chip_root}/src/app/util:callbacks", "${chip_root}/src/lib/support", "${chip_root}/src/messaging",