From e0545c6834fc4ca78b297f9ff2ff11e7a7433d94 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 8 Feb 2023 11:01:59 -0500 Subject: [PATCH] Stop forcing a blanket dependency on mbedtls. (#24900) 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. --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 138a2c35784ec4..0a8920bb911507 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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",