commit | cd84bb287b635230aa96ae8d663516f47a690c64 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Fri May 03 14:36:12 2024 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Mon May 13 14:43:29 2024 +0100 |
tree | 9663e31d800bb2310ac57e8b339276f5aff3c988 | |
parent | 1131318b72ab25296bbd2b77f480f1338e46baa5 [diff] [blame] |
Update references to mbedtls_dev Change these to point to the new mbedtls_framework module in the framework submodule. Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/scripts/abi_check.py b/scripts/abi_check.py index 8a604c4..d3d2bd0 100755 --- a/scripts/abi_check.py +++ b/scripts/abi_check.py
@@ -101,7 +101,7 @@ import xml.etree.ElementTree as ET -from mbedtls_dev import build_tree +from mbedtls_framework import build_tree class AbiChecker: