We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578df49 commit bc7aae8Copy full SHA for bc7aae8
examples/platform/nxp/k32w1/app/support/BUILD.gn
@@ -13,8 +13,9 @@
13
# limitations under the License.
14
15
import("//build_overrides/chip.gni")
16
+import("//build_overrides/nxp_sdk.gni")
17
-import("${chip_root}/third_party/nxp/nxp_sdk.gni")
18
+import("${nxp_sdk_matter_support_root}/gn_build/nxp_sdk.gni")
19
import("${chip_root}/src/platform/nxp/${nxp_platform}/args.gni")
20
21
config("support_config") {
src/platform/nxp/k32w1/args.gni
@@ -29,7 +29,7 @@ declare_args() {
29
chip_use_plain_dac_key = false
30
31
k32w1_sdk_root =
32
- "${chip_root}/third_party/nxp/github_sdk/common_sdk/repo"
+ "${nxp_sdk_matter_support_root}/github_sdk/common_sdk/repo"
33
}
34
35
if (sdk_release) {
0 commit comments