Merge "Fix test config for GOT optimization test."
diff --git a/tests/build/b14811006-GOT_PREL-optimization/test_config.py b/tests/build/b14811006-GOT_PREL-optimization/test_config.py
index a2f481b..133f960 100644
--- a/tests/build/b14811006-GOT_PREL-optimization/test_config.py
+++ b/tests/build/b14811006-GOT_PREL-optimization/test_config.py
@@ -1,4 +1,5 @@
 def match_broken(abi, platform, toolchain, subtest=None):
     if toolchain == 'clang':
-        return toolchain, 'http://b/26031639'
+        if abi.startswith('armeabi'):
+            return ' '.join([toolchain, abi]), 'http://b/26031639'
     return None, None