File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ static_library("logging") {
151
151
sources = [
152
152
" Logging.h" ,
153
153
" Logging.mm" ,
154
+ " LoggingImpl.cpp" ,
154
155
]
155
156
156
157
deps = [
Original file line number Diff line number Diff line change @@ -62,12 +62,7 @@ static_library("default") {
62
62
} else if (chip_device_platform == " qpg" ) {
63
63
deps += [ " ${ chip_root } /src/platform/qpg:logging" ]
64
64
} else if (chip_device_platform == " darwin" ) {
65
- sources = [ " ${ chip_root } /src/platform/Darwin/LoggingImpl.cpp" ]
66
- deps += [
67
- " :headers" ,
68
- " ${ chip_root } /src/platform:platform_base" ,
69
- " ${ chip_root } /src/platform/Darwin:logging" ,
70
- ]
65
+ deps += [ " ${ chip_root } /src/platform/Darwin:logging" ]
71
66
} else if (chip_device_platform == " mw320" ) {
72
67
deps += [ " ${ chip_root } /src/platform/nxp/mw320:logging" ]
73
68
} else if (chip_device_platform == " k32w0" ||
You can’t perform that action at this time.
0 commit comments