File tree 9 files changed +36
-0
lines changed
9 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,7 @@ executable("chip-lock-app") {
44
44
group (" linux" ) {
45
45
deps = [ " :chip-lock-app" ]
46
46
}
47
+
48
+ group (" default" ) {
49
+ deps = [ " :linux" ]
50
+ }
Original file line number Diff line number Diff line change @@ -34,3 +34,7 @@ executable("chip-log-source-app") {
34
34
group (" linux" ) {
35
35
deps = [ " :chip-log-source-app" ]
36
36
}
37
+
38
+ group (" default" ) {
39
+ deps = [ " :linux" ]
40
+ }
Original file line number Diff line number Diff line change @@ -35,3 +35,7 @@ executable("chip-ota-provider-app") {
35
35
group (" linux" ) {
36
36
deps = [ " :chip-ota-provider-app" ]
37
37
}
38
+
39
+ group (" default" ) {
40
+ deps = [ " :linux" ]
41
+ }
Original file line number Diff line number Diff line change @@ -33,3 +33,7 @@ executable("chip-ota-requestor-app") {
33
33
group (" linux" ) {
34
34
deps = [ " :chip-ota-requestor-app" ]
35
35
}
36
+
37
+ group (" default" ) {
38
+ deps = [ " :linux" ]
39
+ }
Original file line number Diff line number Diff line change @@ -32,3 +32,7 @@ executable("persistent_storage") {
32
32
group (" linux" ) {
33
33
deps = [ " :persistent_storage" ]
34
34
}
35
+
36
+ group (" default" ) {
37
+ deps = [ " :linux" ]
38
+ }
Original file line number Diff line number Diff line change @@ -70,3 +70,7 @@ executable("chip-${chip_tests_zap_config}") {
70
70
group (" linux" ) {
71
71
deps = [ " :chip-${ chip_tests_zap_config } " ]
72
72
}
73
+
74
+ group (" default" ) {
75
+ deps = [ " :linux" ]
76
+ }
Original file line number Diff line number Diff line change @@ -36,3 +36,7 @@ executable("thermostat-app") {
36
36
group (" linux" ) {
37
37
deps = [ " :thermostat-app" ]
38
38
}
39
+
40
+ group (" default" ) {
41
+ deps = [ " :linux" ]
42
+ }
Original file line number Diff line number Diff line change @@ -94,3 +94,7 @@ executable("chip-tv-app") {
94
94
group (" linux" ) {
95
95
deps = [ " :chip-tv-app" ]
96
96
}
97
+
98
+ group (" default" ) {
99
+ deps = [ " :linux" ]
100
+ }
Original file line number Diff line number Diff line change @@ -54,3 +54,7 @@ executable("chip-tv-casting-app") {
54
54
group (" linux" ) {
55
55
deps = [ " :chip-tv-casting-app" ]
56
56
}
57
+
58
+ group (" default" ) {
59
+ deps = [ " :linux" ]
60
+ }
You can’t perform that action at this time.
0 commit comments