blob: 133f960d722f222d07844c3d9b595ee5fb1358bc [file] [log] [blame]
def match_broken(abi, platform, toolchain, subtest=None):
if toolchain == 'clang':
if abi.startswith('armeabi'):
return ' '.join([toolchain, abi]), 'http://b/26031639'
return None, None