Modify crypto_core_directory to also return a relative path

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2023-12-01 17:18:38 +00:00
parent 99030e2a50
commit 04c446cc21
2 changed files with 9 additions and 2 deletions

View file

@ -51,7 +51,7 @@ def main(library_build_dir: str):
in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir)
crypto_name = build_tree.crypto_library_filename(root_dir)
library_subdir = build_tree.crypto_core_directory(root_dir)
library_subdir = build_tree.crypto_core_directory(root_dir, relative = True)
crypto_lib_filename = (library_build_dir + '/' +
library_subdir + '/' +