android_mt6572_jiabo/ndk/tests/device/test-yasm/test_config.py
2025-09-05 16:56:03 +08:00

9 lines
314 B
Python

def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
if abi not in ('x86', 'x86_64'):
return abi
return None
def match_broken(abi, platform, device_platform, toolchain, subtest=None):
if abi == 'x86_64':
return abi, 'http://b/24620865'
return None, None