• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
2    if abi == 'armeabi':
3        # I have no interest in supporting rebuilding libc++ for ARM5.
4        return abi
5    return None
6