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