File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -392,8 +392,6 @@ openthread_core_files = [
392392 " backbone_router/bbr_manager.hpp" ,
393393 " backbone_router/multicast_listeners_table.cpp" ,
394394 " backbone_router/multicast_listeners_table.hpp" ,
395- " backbone_router/ndproxy_table.cpp" ,
396- " backbone_router/ndproxy_table.hpp" ,
397395 " border_router/br_log.cpp" ,
398396 " border_router/br_log.hpp" ,
399397 " border_router/br_tracker.cpp" ,
Original file line number Diff line number Diff line change @@ -50,8 +50,13 @@ config("warnings_fix_config") {
5050 ]
5151}
5252
53+ group (" warnings_fix" ) {
54+ public_configs = [
55+ " :warnings_fix_config" ,
56+ ]
57+ }
58+
5359static_library (" mbedtls" ) {
54- configs = [ " :warnings_fix_config" ]
5560 sources = [
5661 " repo/include/mbedtls/aes.h" ,
5762 " repo/include/mbedtls/aria.h" ,
@@ -324,6 +329,7 @@ static_library("mbedtls") {
324329 ]
325330
326331 public_deps = mbedtls_deps
332+ public_deps += [ " :warnings_fix" ]
327333
328334 public_configs = [ " :mbedtls_config" ]
329335}
You can’t perform that action at this time.
0 commit comments