• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
2    if abi == 'armeabi':
3        return abi
4    return None
5