commit | 9638ca389b5b9035bda390969b6f0b8fcabefd70 | [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:44:37 2024 +0100 |
tree | 433899a0c9089cbc6cc25de8d177a53fdc7ded0e | |
parent | 04f3433a55d5049939d4b0f74c6a82550f8bfde0 [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: