aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-01-11 21:22:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-11 21:22:43 +0000
commitdcdc4c417fdc15d8d8e63dfba86d421c0707e666 (patch)
tree96790dabed58340615f24fff7b98c221e9b27b27
parenteca922f6aceb6f5eb42d93d04855face5fd045ec (diff)
parentba7645f7241fa843aef92ecdc8b9756c45f9400a (diff)
downloadndk-dcdc4c417fdc15d8d8e63dfba86d421c0707e666.tar.gz
Merge "Restrict a test to run on only arm64."
-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