• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1def match_broken(abi, platform, toolchain, subtest=None):
2    if toolchain == 'clang' and abi.startswith('armeabi-v7a'):
3        return '{} {}'.format(toolchain, abi), 'http://b/26091410'
4    return None, None
5