1def match_broken(abi, platform, device_platform, toolchain, subtest=None): 2 if abi in ('x86', 'x86_64'): 3 return abi, 'http://b/24380035' 4 return None, None 5
1def match_broken(abi, platform, device_platform, toolchain, subtest=None): 2 if abi in ('x86', 'x86_64'): 3 return abi, 'http://b/24380035' 4 return None, None 5