commit | 875c32fa072fe9eac8b105fa0007d55b5f95eb92 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Fri May 03 14:50:58 2024 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Mon May 13 14:43:38 2024 +0100 |
tree | 7a33eeb86cd99703ffb55cf64c09ffaa98994aff | |
parent | cd84bb287b635230aa96ae8d663516f47a690c64 [diff] [blame] |
Add framework_path module This allows scripts in the scripts/ directory to get the path to the mbedtls_framework module in framework/scripts/ Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/scripts/abi_check.py b/scripts/abi_check.py index d3d2bd0..5a52d87 100755 --- a/scripts/abi_check.py +++ b/scripts/abi_check.py
@@ -101,6 +101,7 @@ import xml.etree.ElementTree as ET +import framework_path # pylint: disable=unused-import from mbedtls_framework import build_tree