Skip to content

Commit

Permalink
Stop forcing a blanket dependency on mbedtls. (#24900)
Browse files Browse the repository at this point in the history
The things that actually depend on it should declare that dependency, as needed
(as src/crypto does).

This stops builds that never actually use mbedtls from needing to
check out the submodule.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Sep 20, 2023
1 parent 098c5a2 commit 2353344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
"${chip_root}/src/setup_payload",
"${chip_root}/src/system",
"${chip_root}/src/transport",
"${mbedtls_root}:mbedtls",
"${nlassert_root}:nlassert",
"${nlio_root}:nlio",
"${nlunit_test_root}:nlunit-test",
Expand Down

0 comments on commit 2353344

Please sign in to comment.