Home | History | Annotate | Download | only in b9193874-neon
      1 def match_unsupported(abi, platform, toolchain, subtest=None):
      2     if abi not in ('armeabi-v7a', 'armeabi-v7a-hard'):
      3         return abi
      4     if toolchain != '4.9':
      5         return toolchain
      6     return None
      7