Skip to content

Commit 6ba8597

Browse files
committed
fixup
1 parent 99aab0b commit 6ba8597

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/core/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

third_party/mbedtls/BUILD.gn

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
5359
static_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
}

0 commit comments

Comments
 (0)