File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,5 @@ find_in_ancestors() {
208
208
209
209
# generate and build
210
210
gn --root=" $CHIP_ROOT " gen --check out --args=" ${args[*]} "
211
- ninja -C out -v
212
- ninja -C out -t missingdeps
211
+ exec ninja -v -C out
213
212
}
Original file line number Diff line number Diff line change @@ -422,9 +422,7 @@ if (chip_device_platform != "none") {
422
422
source_set (" platform_base" ) {
423
423
public_deps = [
424
424
" :platform_config_header" ,
425
- " ${ chip_root } /src/app/icd/server:icd-server-config" ,
426
425
" ${ chip_root } /src/ble" ,
427
- " ${ chip_root } /src/credentials:build_time_header" ,
428
426
" ${ chip_root } /src/inet" ,
429
427
" ${ chip_root } /src/lib/core" ,
430
428
" ${ chip_root } /src/lib/support" ,
@@ -513,8 +511,10 @@ if (chip_device_platform != "none") {
513
511
514
512
public_deps = [
515
513
" :platform_base" ,
516
- " ${ chip_root } /src/app:app_config" , # TODO: Move into platforms using it
514
+ " ${ chip_root } /src/app:app_config" ,
517
515
" ${ chip_root } /src/app/common:cluster-objects" ,
516
+ " ${ chip_root } /src/app/icd/server:icd-server-config" ,
517
+ " ${ chip_root } /src/credentials:build_time_header" ,
518
518
" ${ chip_root } /src/crypto" ,
519
519
" ${ chip_root } /src/lib/support" ,
520
520
]
You can’t perform that action at this time.
0 commit comments