4 lines
150 B
Python
4 lines
150 B
Python
def match_unsupported(abi, platform, toolchain, subtest=None):
|
|
if abi == 'mips':
|
|
return abi, 'http://b.android.com/41297'
|
|
return None
|