mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 03:39:52 +00:00
[mbedtls] update to 2.25 (#6555)
List of changes: - modified Autotools, CMake and Android build systems - increased heap size as new version requires additional 64B - replaced deprecated API (mbedtls_ecdsa_sign_det) - removed workaround with defining mbedtls_ecp_restart_ctx
This commit is contained in:
@@ -152,8 +152,8 @@ print("Updated " + include_build_gn_file)
|
||||
|
||||
android_mk_file = "./Android.mk"
|
||||
|
||||
formatted_list = [" {:<55} \\\n".format(file_name) for file_name in core_cpp_files]
|
||||
start_string = "LOCAL_SRC_FILES := \\\n"
|
||||
formatted_list = [" {:<63} \\\n".format(file_name) for file_name in core_cpp_files]
|
||||
start_string = "LOCAL_SRC_FILES := \\\n"
|
||||
end_string = " src/lib/hdlc/hdlc.cpp"
|
||||
update_build_file(android_mk_file, start_string, end_string, formatted_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user