commit | b8e133268ffcf098a0339993cce815236e162762 | [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:44:37 2024 +0100 |
tree | 07a994ee06e50bbc63cd1ef3df92182b250d9ffa | |
parent | 9638ca389b5b9035bda390969b6f0b8fcabefd70 [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