From 89d9296fb3197848e8fe9f37789f20500876342c Mon Sep 17 00:00:00 2001 From: Joshua Villasenor Date: Mon, 10 Apr 2023 23:32:45 -0700 Subject: [PATCH] Update the simulated app to build with common Matter Config. (#26036) --- examples/placeholder/linux/args.gni | 7 +++++++ .../linux/{apps/app1 => }/include/CHIPProjectConfig.h | 0 2 files changed, 7 insertions(+) rename examples/placeholder/linux/{apps/app1 => }/include/CHIPProjectConfig.h (100%) diff --git a/examples/placeholder/linux/args.gni b/examples/placeholder/linux/args.gni index a6463ca2c05fae..c38d497d4340cb 100644 --- a/examples/placeholder/linux/args.gni +++ b/examples/placeholder/linux/args.gni @@ -15,3 +15,10 @@ import("//build_overrides/chip.gni") import("${chip_root}/config/standalone/args.gni") + +chip_device_project_config_include = "" +chip_project_config_include = "" + +chip_project_config_include_dirs = + [ "${chip_root}/examples/placeholder/linux/include" ] +chip_project_config_include_dirs += [ "${chip_root}/config/standalone" ] diff --git a/examples/placeholder/linux/apps/app1/include/CHIPProjectConfig.h b/examples/placeholder/linux/include/CHIPProjectConfig.h similarity index 100% rename from examples/placeholder/linux/apps/app1/include/CHIPProjectConfig.h rename to examples/placeholder/linux/include/CHIPProjectConfig.h