Merge "Refine googletest test config."
am: de801461c2

* commit 'de801461c20523be9cc545b342b539a681c4996d':
  Refine googletest test config.
diff --git a/tests/device/test-googletest-full/test_config.py b/tests/device/test-googletest-full/test_config.py
index a7d94c5..0358780 100644
--- a/tests/device/test-googletest-full/test_config.py
+++ b/tests/device/test-googletest-full/test_config.py
@@ -1,4 +1,4 @@
 def match_broken(abi, platform, device_platform, toolchain, subtest=None):
-    if abi != 'arm64-v8a':
+    if abi in ('x86', 'x86_64'):
         return abi, 'http://b/24380035'
     return None, None