普通文本  |  6行  |  211 B

def match_unsupported(abi, platform, device_platform, toolchain, subtest=None):
    if abi == 'armeabi':
        # I have no interest in supporting rebuilding libc++ for ARM5.
        return abi
    return None