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

5 lines
242 B
Python

def match_broken(abi, platform, device_platform, toolchain, subtest=None):
lp64_abis = ('arm64-v8a', 'mips64', 'x86_64')
if subtest == 'test_stlport' and abi in lp64_abis:
return abi, 'http://b/24614189'
return None, None