blob: 9c00146c61c2f2b80605978a0b74e2a8070e27a0 [file] [log] [blame]
from typing import Optional
from ndk.test.buildtest.case import Test
def build_broken(test: Test) -> tuple[Optional[str], Optional[str]]:
return "all", "https://github.com/android/ndk/issues/1717"