mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-20 21:39:54 +00:00
Revert change that removed in_tf_psa_crypto_repo variable
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
6130a619f8
commit
e8f3789312
@ -48,6 +48,8 @@ PSA_ARCH_TESTS_REF = 'fix-pr-5736'
|
||||
def main(library_build_dir: str):
|
||||
root_dir = os.getcwd()
|
||||
|
||||
in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir)
|
||||
|
||||
crypto_name = build_tree.project_crypto_name(root_dir)
|
||||
library_subdir = build_tree.crypto_core_directory(root_dir)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user