aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/build/cortex-a53-835769/test_config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/build/cortex-a53-835769/test_config.py b/tests/build/cortex-a53-835769/test_config.py
new file mode 100644
index 000000000..163fa0c11
--- /dev/null
+++ b/tests/build/cortex-a53-835769/test_config.py
@@ -0,0 +1,4 @@
+def match_unsupported(abi, platform, toolchain, subtest=None):
+ if abi != 'arm64-v8a':
+ return abi
+ return None