File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
-
2
1
declare_args () {
3
2
chip_disable_unique_id = false
4
3
}
Original file line number Diff line number Diff line change 15
15
import (" //build_overrides/build.gni" )
16
16
import (" //build_overrides/chip.gni" )
17
17
import (" ${ chip_root } /build/chip/chip_codegen.gni" )
18
+ import (" ${ chip_root } /src/app/chip_additional_args.gni" )
18
19
import (" ${ chip_root } /src/app/codegen-data-model-provider/model.gni" )
19
20
import (" ${ chip_root } /src/app/common_flags.gni" )
20
21
import (" ${ chip_root } /src/platform/python.gni" )
21
- import (" ${ chip_root } /src/app/chip_additional_args.gni" )
22
22
23
23
_app_root = get_path_info (" ." , " abspath" )
24
24
@@ -463,11 +463,10 @@ template("chip_data_model") {
463
463
]
464
464
public_deps += codegen_data_model_PUBLIC_DEPS
465
465
466
- if (chip_disable_unique_id == true ) {
467
- defines = [" CHIP_DISABLE_UNIQUE_ID=1" ]
468
- }
469
- else {
470
- defines = [" CHIP_DISABLE_UNIQUE_ID=0" ]
466
+ if (chip_disable_unique_id == true ) {
467
+ defines = [ " CHIP_DISABLE_UNIQUE_ID=1" ]
468
+ } else {
469
+ defines = [ " CHIP_DISABLE_UNIQUE_ID=0" ]
471
470
}
472
471
473
472
if (is_server ) {
You can’t perform that action at this time.
0 commit comments