[mbedtls] change mbedtls to git submodule (#12107)

This commit changes the mbedtls repo in openthread from source code to
git submodule.

This makes it easier for mbedtls version upgrade. This PR doesn't
upgrade the mbedtls version. v.3.6.0 is stil used to ensure nothing is
broken. The original OT specific build files (BUILD.gn, CMakeLists.txt
and config) are kept and unchanged. I've verified that the headers and
sources in the list of BUILD.gn are correct.
This commit is contained in:
Li Cao
2025-11-12 08:10:56 +01:00
committed by GitHub
parent 9842f4bd25
commit 02295b035f
1803 changed files with 74 additions and 626127 deletions
+1
View File
@@ -157,6 +157,7 @@ install_packages()
main()
{
git submodule update --init --recursive || true
install_packages
echo 'bootstrap completed successfully.'
}